Guest User

Untitled

a guest
Oct 4th, 2018
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. echo "Test mail body" | mail -s "Test mail subject" my@email.in
  2.  
  3. set smtp-use-starttls
  4. set nss-config-dir=/etc/ssl/certs
  5. set ssl-verify=ignore
  6. set smtp=smtp://smtp.contineo.in:587
  7. set smtp-auth=login
  8. set smtp-auth-user=my@email.in
  9. set smtp-auth-password=mypassword
  10. set from="my@email.in(email)"
Add Comment
Please, Sign In to add comment