Advertisement
Guest User

Untitled

a guest
Jan 7th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Mail configuration for dasio.org
  2. ================================
  3.  
  4. SMTP configuration
  5. ------------------
  6.  
  7. ```
  8. Host : mail.dasio.org
  9. Port : 465
  10. User : [your-email-address]
  11. Pass : [your-password]
  12. Crypt : SSL/TLS
  13. ```
  14.  
  15.  
  16. IMAP configuration
  17. ------------------
  18.  
  19. ```
  20. Host : mail.dasio.org
  21. Port : 993
  22. User : [your-email-address]
  23. Pass : [your-password]
  24. Crypt : SSL/TLS
  25. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement