Advertisement
Guest User

Untitled

a guest
Feb 8th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. set mail-format { from: postmaster@mydomain.com }
  2.  
  3. set mailserver
  4. smtp.sparkpostmail.com
  5. port 587
  6. username "SMTP_Injection"
  7. password "mypassword"
  8. using tlsv1
  9. with timeout 30 seconds
  10. using hostname "mydomain.com"
  11.  
  12. set alert alerts@mydomain.com
  13.  
  14. Sendmail: 550 5.7.1 Unconfigured Sending Domain <localhost>
  15.  
  16. swaks -server smtp.sparkpostmail.com:587 -tls --auth-user SMTP_Injection --auth-password mypassword --to alerts@mydomain.com --from postmaster@mydomain.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement