Connecting Gmail

Let's take a look at setting up mail using gmail as an example.

  1. You need to sign in with your Google account

  2. Activate Two-Step Authentication Manage your Google Account -> Security -> Sign in to your Google Account -> Two-step authentication

  3. Next, after setting up 2FA on the "Two-Factor Authentication" page, scroll to the bottom and go to the "App Passwords" page.

  4. Create an app password, select the device as "Other," and enter a name of your choice, for example, smtp-exchanger.

  5. Copy the generated app password and enter it in the admin panel (the password does not contain spaces).

  6. Set the data in the admin panel.

Set access to 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:[email protected] Email sender sender:[email protected] 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.

\

Last updated