I have tried to set the parameters for sending mail from my online shop and am repeatedly thwarted.
Settings are as per the host recommendations and the FROM email address is receiving emails correctly.
SMTP
mail.bushtraditions.org
enquiries@bushtraditions.org
Password newly reset and tested
SMPT Port 465
Timeout 10
Help would be appreciated. Thanks Dave
The error log shows:
2022-05-10 23:37:24 - Error: EHLO not accepted from server!
2022-05-10 23:37:24 - Error: AUTH LOGIN not accepted from server!
2022-05-10 23:37:24 - Error: Username not accepted from server!
2022-05-10 23:37:24 - Error: Password not accepted from server!
2022-05-10 23:37:24 - Error: MAIL FROM not accepted from server!
2022-05-10 23:37:24 - Error: RCPT TO not accepted from server!
2022-05-10 23:37:24 - Error: DATA not accepted from server!
2022-05-10 23:37:24 - Error: DATA not accepted from server!
2022-05-10 23:37:24 - Error: QUIT not accepted from server!
2022-05-10 23:37:24 - App Error: AbanteCart core v.1.2.15 AMail Errors: Error: EHLO not accepted from server!
Error: AUTH LOGIN not accepted from server!
Error: Username not accepted from server!
Error: Password not accepted from server!
Error: MAIL FROM not accepted from server!
Error: RCPT TO not accepted from server!
Error: DATA not accepted from server!
Error: DATA not accepted from server!
Error: QUIT not accepted from server!
Trace:
#0 /home/bushtrad/public_html/sales/admin/controller/task/sale/contact.php on line 257
#1 /home/bushtrad/public_html/sales/admin/controller/task/sale/contact.php on line 162
#2 /home/bushtrad/public_html/sales/admin/controller/task/sale/contact.php on line 74
#3 on line
#4 /home/bushtrad/public_html/sales/core/engine/dispatcher.php on line 293
2022-05-10 23:37:24 - App Error: AbanteCart core v.1.2.15 Some errors during step run.
Trace:
#0 /home/bushtrad/public_html/sales/admin/controller/task/sale/contact.php on line 203
#1 /home/bushtrad/public_html/sales/admin/controller/task/sale/contact.php on line 196
#2 /home/bushtrad/public_html/sales/admin/controller/task/sale/contact.php on line 74
#3 on line
#4 /home/bushtrad/public_html/sales/core/engine/dispatcher.php on line 293
2022-05-10 23:37:24 - Task_id: 13 : step_id: 18 - Failed. 0 emails sent.
step details:
array (
'step_id' => '18',
'task_id' => '13',
'sort_order' => '1',
'status' => '1',
'last_time_run' => '0000-00-00 00:00:00',
'last_result' => '0',
'max_execution_time' => '80',
'controller' => 'task/sale/contact/sendEmail',
'settings' =>
array (
'to' =>
array (
0 => 'davo2579@yahoo.com.au',
),
'subject' => 'adfdfgfdgfdg',
'message' => 'fgfhgfhg fghgh fh',
'store_name' => 'Online Sales',
'subscribers' =>
array (
),
),
'date_added' => '0000-00-00 00:00:00',
'date_modified' => '2022-05-10 23:37:13',
)