Having a problem with sending email from my site. In this case it is from the contact form, but I imagine it would be an issue for all messages sent by the system. But let's just stick with the contact form for now....
It is an interesting note that I had this same issue with OpenCart when I tried to get that running.
The issues is (refer to the attached picture) that when a message is sent from the contact page, both the sender (From:) and the recipient (To:) are both the same email address.
The second listing looks like it has different names, but they are both really just the same name (i.e. [email protected])
When this is the case, my email client refuses to pick up the message. And, since my personal email address is listed in the contact information of my hosting provider, I get a spam email copy of the message in my personal email.
The way I solved it in OpenCart was to change the email code to put the "From:" address as the customer entered email address, so the email server/client saw:
Doing this made it all work. But I am not sure what, if any, other issues I may have created by doing this, and didn't want to change core code of TB if I could avoid it.
If it matters, my email client is MS Outlook, but I tried another email client, and while the other email client downloaded the message, it flagged it as "having issues" (not sure of the actual wording).
Does anyone else have issues like this when the "From:" and "To:" are the same address?
Question
jfnewell1965
Having a problem with sending email from my site. In this case it is from the contact form, but I imagine it would be an issue for all messages sent by the system. But let's just stick with the contact form for now....
It is an interesting note that I had this same issue with OpenCart when I tried to get that running.
The issues is (refer to the attached picture) that when a message is sent from the contact page, both the sender (From:) and the recipient (To:) are both the same email address.
The second listing looks like it has different names, but they are both really just the same name (i.e. [email protected])
When this is the case, my email client refuses to pick up the message. And, since my personal email address is listed in the contact information of my hosting provider, I get a spam email copy of the message in my personal email.
The way I solved it in OpenCart was to change the email code to put the "From:" address as the customer entered email address, so the email server/client saw:
From: [email protected]
To: [email protected]
Doing this made it all work. But I am not sure what, if any, other issues I may have created by doing this, and didn't want to change core code of TB if I could avoid it.
If it matters, my email client is MS Outlook, but I tried another email client, and while the other email client downloaded the message, it flagged it as "having issues" (not sure of the actual wording).
Does anyone else have issues like this when the "From:" and "To:" are the same address?
If yes, what did you do to fix it?
If no, any recommendations?
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now