Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. /*
  2. |--------------------------------------------------------------------------
  3. | SMTP Host Port
  4. |--------------------------------------------------------------------------
  5. |
  6. | This is the SMTP port used by your application to delivery e-mails to
  7. | users of your application. Like the host we have set this value to
  8. | stay compatible with the Postmark e-mail application by default.
  9. |
  10. */
  11.  
  12. 'port' => 587,
  13.  
  14. ),
  15.  
  16. /*
  17. |--------------------------------------------------------------------------
  18. | E-Mail Encryption Protocol
  19. |--------------------------------------------------------------------------
  20. |
  21. | Here you may specify the encryption protocol that should be used when
  22. | the application send e-mail messages. A sensible default using the
  23. | transport layer security protocol should provide great security.
  24. |
  25. */
  26.  
  27. 'encryption' => 'tls',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement