Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

After the Google mail added a new security policy that does not allow 3d-party devices to authenticate using your standard Gmail password → you need to generate a 16-digit passcode ("App" password) and use it instead of your Gmail password. To configure this, navigate to the "Security>Signing in to Google" section settings and:

  • Enable 2-Step Verification;
  • generate Generate an App password.

Use the newly generated App password in the "set password=mypassword" setting shown below.

...

Code Block
languageros
/tool e-mail 
set address=173.194.77.108 
set port=587=465
set tls=yes 
set from=myuser@gmail.com 
set user=myuser 
set password=mypassword

...