Search found 1 match

by oalves
20 Oct 2016, 16:52
Forum: General Discussion
Topic: WAMP WIN10 Localhost not sending emails
Replies: 3
Views: 4945

Re: WAMP WIN10 Localhost not sending emails

Try to set these parameters and check the smtp port, looks like smtp to secureserver is 80

$g_phpMailer_method = 2; # or PHPMAILER_METHOD_SMTP, PHPMAILER_METHOD_SENDMAIL
$g_smtp_connection_mode = 'tls';