# Email Provider ## **confirm_email** Function that connects with the email provider's methods to send the email address confirmation email. ## **change_confirm_email** Function that connects with the methods of the email sending provider to send the email address confirmation, when the user requests the change of primary email. ## **password_reset** Function that connects with the methods of the email provider to send the password change email. ## **ip_authorization_code** Function that connects with the methods of the email delivery provider to send the email with the code to authorize a new device or ip. ## **notify_ip** Function that connects with the methods of the email delivery provider to send the new login notification email.