There has been an updat eon my last post:
My provider is blocking is actively. Reason:
Domain unknown
Sender is forged (different From: header and smtp MAIL FROM: addresses)
SPF verification failed
That is, again, after carefully following the explanations in tuits. Now, i can dive inside code ...
Search found 2 matches
- 11 Nov 2017, 23:31
- Forum: Help
- Topic: Email Settings for Company Email not sending emails
- Replies: 6
- Views: 12287
- 11 Nov 2017, 15:56
- Forum: Help
- Topic: Email Settings for Company Email not sending emails
- Replies: 6
- Views: 12287
Re: Email Settings for Company Email not sending emails
Same here:
$g_enable_email_notification = ON; //enables the email messages
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.mail.xxxxxxxxx';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = 587;
$g_smtp_username = xxxxx'; //user mail address
$g_smtp_password = 'xxxxx'; //user mail ...
$g_enable_email_notification = ON; //enables the email messages
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.mail.xxxxxxxxx';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = 587;
$g_smtp_username = xxxxx'; //user mail address
$g_smtp_password = 'xxxxx'; //user mail ...