Magento send wrong domain account on WHM
I am hosting my magento. When customers orders, my magento will send order confirmation to clients. However, it uses the hostname instead of its domain name. So Customers' mail server rejects my order confirmation emails.
Here is the log:
How can i set it send by its domain instead of the server domain? Thanks!
2015-09-11 14:42:34 cwd=/home/mydomain/public_html 3 args: /usr/sbin/sendmail -t -i
2015-09-11 14:42:34 1ZaTHO-000pV5-ST <= mydomain@server.serverdomain.net U=mydomain P=local S=48522 T="Lighter USA Order Confirmation" for kevin@clientdomain.com orders@mydomain.com
2015-09-11 14:42:34 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1ZaTHO-000pV5-ST
2015-09-11 14:42:34 1ZaTHO-000pV5-ST SMTP connection outbound 1441996954 1ZaTHO-000pV5-ST mydomain.com kevin@clientdomain.com
2015-09-11 14:42:35 1ZaTHO-000pV5-ST => orders R=virtual_user T=virtual_userdelivery
2015-09-11 14:42:35 1ZaTHO-000pV5-ST => brittanie (orders@mydomain.com) R=virtual_user T=virtual_userdelivery
2015-09-11 14:42:35 1ZaTHO-000pV5-ST => christina (orders@mydomain.com) R=virtual_user T=virtual_userdelivery
2015-09-11 14:42:35 1ZaTHO-000pV5-ST => justin (orders@mydomain.com) R=virtual_user T=virtual_userdelivery
2015-09-11 14:42:35 1ZaTHO-000pV5-ST => robert (orders@mydomain.com) R=virtual_user T=virtual_userdelivery
2015-09-11 14:42:36 1ZaTHO-000pV5-ST == kevin@clientdomain.com R=lookuphost T=remote_smtp defer (-44) H=clientdomain.com [198.167.142.9]: SMTP error from remote mail server after RCPT TO:: 450 4.1.8 : Sender address rejected: Domain not found
How can i set it send by its domain instead of the server domain? Thanks!
-
Hello :) You will need to configure your script to send out email via SMTP authentication. This will ensure the email account is utilized in the message header. Thank you. 0 -
Hello :) You will need to configure your script to send out email via SMTP authentication. This will ensure the email account is utilized in the message header. Thank you.
Do you have idea how to configure it on magento?0 -
Thanks. I installed it before but got some issues. Im fixing it now. 0
Please sign in to leave a comment.
Comments
4 comments