Current Version: 2.3
Build: 4Current Commit: b3726e7b53edf0f564b6455235a09592e45f303c
Latest Version: 2.3
Latest Build: 4Latest Commit: d65b6b5bcd4e89ce1a0eeb74131f98093e85bb3a
My domain is: https://shopfastproblinds.com/
The domain has been bought from Godaddy but I purchased VPS from hostinger and did added PTR records, A records, etc and completely transferred my domain to hostinger.
I am getting an error as the following image while trying to send emails:
This happened after I ran the following command as per instructed by help because I was not able to access my DKIM keys from CyberPanel:
chown -R cyberpanel:cyberpanel /usr/local/CyberCP/lib/python3.10/site-packages/tldextract/.suffix_cache/
My mail didn’t work So I changed my server to microsoft from GoDaddy and they suggested some entries in my DNS records which I did from the cyberpanel.
Cyberpanel did make a DNS zone for me as mail.shopfastproblinds.com.
The outlook email service works fine there but the emails also end up in spam if I mail to someone from the device.
I added the following in my .env of my website to make sure my customers receive emails when an order is confirmed but that does not work either.
MAIL_MAILER=smtp
MAIL_HOST=relay-hosting.secureserver.net
MAIL_PORT=25
MAIL_USERNAME=test@shopfastproblinds.com
MAIL_PASSWORD=123123
MAIL_ENCRYPTION=none
MAIL_FROM_ADDRESS=test@shopfastproblinds.com
MAIL_FROM_NAME="${APP_NAME}"
Best Regards