Advertisement
Guest User

Untitled

a guest
May 16th, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. SMTP = smtp.gmail.com
  2. ; http://php.net/smtp-port
  3. smtp_port = 587
  4.  
  5. auth_username = name@89@gmail.com
  6. auth_password =password
  7. sendmail_from = from @gmail.com
  8.  
  9. > "The following SMTP error was encountered: 10061 No connection could
  10. > be made because the target machine actively refused it.rn<br
  11. > />Unable to send email using PHP SMTP. Your server might not be
  12. > configured to send mail using this method.<br /><pre>User-Agent:
  13. > CodeIgniterrnDate"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement