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=173smtp.194.77.108 gmail.com
set port=465
set porttls=587yes 
set from=myuser@gmail.com 
set user=myuser 
set password=mypassword

2. send e-mail using send command with TLS attribute set to yes:

Code Block
languageros
/tool e-mail send to=myuser@anotherdomain.com subject="email test" body="email test" tls=starttls