Versions Compared

Key

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

...

Code Block
languageros
/tool e-mail 
set address=173smtp.194.77.108 gmail.com
set port=465
set tls=yes 
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