Advertisement
Guest User

Untitled

a guest
May 26th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. # Email configuration
  2. email {
  3.  
  4. # Sender information for outgoing emails
  5. sender {
  6. # Sender Email address
  7. address: noreply@rapidsurf.co.uk
  8. # Sender Name
  9. name: AuthCode
  10.  
  11. }
  12.  
  13. # SMTP server configuration
  14. smtp {
  15.  
  16. # SMTP server host
  17. host: mail.rapidsurf.co.uk
  18. # SMTP server port
  19. port: 25
  20. # SMTP server username
  21. username: noreply@rapidsurf.co.uk
  22. # SMTP server password
  23. password: Jamie1992
  24.  
  25. # Is TLS required
  26. tls: true
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement