Hi,
Currently I’ve done mail configuration in .env file. then I try to send it to the customer [email protected] and [email protected] email addresses. But only [email protected] entered the customer’s inbox and [email protected] did not enter.
is there any configuration missing? or where can i check it?
I’ve makesure that the SPF and DKIM of the domain are set up properly. Following are the mail settings in the env file.
MAIL_MAILER=smtp MAIL_HOST=mail.saranapelajar.co.id MAIL_PORT=587 [email protected] MAIL_PASSWORD=xxxxxxxxxxxxx MAIL_ENCRYPTION=STARTTLS MAIL_FROM_ADDRESS="[email protected]" MAIL_FROM_NAME=“${APP_NAME}”
and I tried to send a manual email from webmail and it can be sent to gmail.
Thank you.
- MSAnswered
Hello,
Please check spam folder in gmail. This could happen due to the IP reputation and/or many other factors.
You can check with service provider for more details.
Thank you
- DAnswered
Hi,
Where can I view the email delivery logs from your application?
Thank you.
- MSAnswered
Hello,
There is no log for emails. If you want, you can change the
MAIL_MAILER
tolog
in the.env
file. Once set system will not sent emails but will log them to file instorage/logs/
folder.Thank you
- DAnswered
Hi,
Well noted. I will try it later.
Thank you for your support.
- Login to Reply