Connecting Gmail
Last updated
Last updated
Let's take a look at setting up mail using gmail as an example.
You need to sign in with your Google account
Activate Two-Step Authentication Manage your Google Account -> Security -> Sign in to your Google Account -> Two-step authentication
Next, after setting up 2FA on the "Two-Factor Authentication" page, scroll to the bottom and go to the "App Passwords" page.
Create an app password, select the device as "Other," and enter a name of your choice, for example, smtp-exchanger.
Copy the generated app password and enter it in the admin panel (the password does not contain spaces).
Set the data in the admin panel.
Set the accesses obtained in the previous step, for example:
SMTP host:
smtp.gmail.com
SMTP port:``
465
SMTP secure protocol:``
true
Account email:
support@your.domain
Email sender sender:
support@your.domain
Account password:``
YOUR_APP_PASSWORD
if you get a timeout error you can set
SMTP port:``
587
SMTP secure protocol:``
false
Account email
``-
Email address of the account you are logged in with
Email sender sender
``-
Email address from which to send the email (if you have an alias you can specify it or set it to the same email as Account email)
Account password
``-
The application password created in step #5.
\