Plugin modifies “from” address in emails, which prevents emails being sent
-
There is a major problem with this plugin.
It isn’t sending subscription confirmation emails or any other comment emails. After investigating, it looks like the plugin’s contact form is forging the “From:” header on outgoing emails (which means that the form creates the email as though it was sent by the email address entered by the user) as opposed to using the built in domain account WordPress is running under.
This runs into issues with email providers like Yahoo, Hotmail, Gmail, AOL accounts, and so on.
The other issue is some hosting providers have such domains listed in their system’s mail filter as common targets for abuse. Because of the way the form sends the emails, any message from an @aol.com, @yahoo.com, or @hotmail.com email address could be discarded by the system filter when it doesn’t come from the underlying domain’s account. This is to prevent spamming or allowing spammers to send emails from domains different than specified in the “from” address.
If this is indeed the underlying functionality, the authors need provide an option to set the “From” address such as “[email protected]” instead of trying to set the “from” field as the person who submitted the comment.
- The topic ‘Plugin modifies “from” address in emails, which prevents emails being sent’ is closed to new replies.