Hello, guys!
I install last version of AbanteCart Version 1.2.12 and some clients registered on website but they didn't got verification email. I tried to register test account too and also didn't received any emails too. I tried to send trail email from the website to some registered email as test, it's gave me a notification that the email successfully sent to the recipient but in fact there is nothing received. How to resolve this issue please.???
Your responses is highly appreciated
Hello.
If you send emails with php MAIL function (default one) you need to contact your hosting support or review manually mail server settings, log or whatever you have in hosting
In case you use SMTP you can try to increase timeout and check sent mail box in your smtp to make sure it was sent
Thank you Mr. Basara for your response.
Can you give the both ways for creating the settings of mailer please? actually i did some changes on the sittings and I don't know how to reset them to default settings.
Thank you
In AbanteCart you can change only MAIL (no settings, your server mail feature used) or SMTP with some setting see gmail example here https://abantecart.atlassian.net/wiki/spaces/AD/pages/7372837/Mail+Settings
Take a big note: each SMTP may have different config (ports etc...) please refer to your email provider documentation
I did, and they told me the settings is correct and told me you have to contact abantecart because there is a problem in SMTP abantecart.
What error you have in the log?
clients not getting emails at all not in any case.
is there anything can do with mail.php to make my website sending emails ???
You need to understand what happen first.
Start from errors in your log just after mail sending is fail.
As I took the screenshot of the log error appears to me that the configuration has a problem, but the hosting company says in our servers nothing wrong and this is a problem in Abantecart configuration.
Quote from: CTGO.co LLC on August 02, 2018, 08:04:20 AM
As I took the screenshot of the log error appears to me that the configuration has a problem, but the hosting company says in our servers nothing wrong and this is a problem in Abantecart configuration.
Hi. First you need to grab error from the log (not from the message about error in log ;) )
https://abantecart.atlassian.net/wiki/spaces/AD/pages/15138894/Errors+Log
The second - can the "hosting company" give some light on this "Abantecart configuration" what exactly this mean? What exact "configuration" is wrong?
here a screenshot of logs which you required Mr. Basara!
Hello.
These warnings is not related to mail. Any other errors in the log?
most messages in the logos so as in the picture. what is the issue ??
Quote from: CTGO.co LLC on August 02, 2018, 08:36:30 AM
most messages in the logos so as in the picture. what is the issue ??
Looks like these are new PHP 7 regular warnings (not errors), not related to mail or anything critical.
So ask you "hosting company" what error they have.
Take a big note again: AbanteCart use your server's mail feature.
Try to switch from your server mail to SMTP service like gmail https://abantecart.atlassian.net/wiki/spaces/AD/pages/7372837/Mail+Settings#MailSettings-ExampleofGmailSMTP
my friend!
I still can't understand the relation between using gmail or any other service to send emails behalf of my website. i wanna see next email: no-reply@domain.co sending the emails for verification issues, marketing and offers etc..
Using PHP mail function is always tricky. You need to make sure that PHP is configured properly for this.
System log in the web server will give details.
can you please see the screenshot and tell me if there is something missing or wrong??? Thanks