Troubleshoot e-mail delivery

This page will contain a series of links and snippets that may help keep Comment E-Mail Verification messages out of the spam folders and have them delivered to the users’ inboxes.

These are just cues. Details to follow…

  • change the from address (wp_mail_from and wp_mail_from_name filters, possibly a plugin feature for a future version)
  • change the return path/ envelope sender (php_admin_value sendmail_path “sendmail -t -i -f address”)
  • avoid too many links in message body
  • don’t end message subject with a number
  • spf

For questions or comments please go to the main plugin page.