Skip to main content

forward fails for emails sent from wordpress

Comments

6 comments

  • keat63
    WP is probably using SMTP mailer or PHP mailer at a guess. In the fist instance, lets rule out WP. Lets assume that you have a-email@me.com, and this has a redirect to somewhere@other.com Redirects work. ?? Do you have another email account at me.com Can you send an email from another@me.com to a-email@me.com, and does this get redirected
    0
  • jdpuglisi
    WordPress uses the wp_mail() function which is based on the PHPMailer class. Are you sure your WordPress settings are configured to send email to you assuming you're an administrator? Here's an easy way to troubleshoot. In a text editor, create a php file and put this in it. [CODE=php]include '/home/cpanelID/public_html/wp-load.php'; wp_mail(['you@youremail.org'>, 'Test from WordPress', 'test');
    Edit the include line to point to wherever your WordPress root directory is. Call the file through your browser and see if you get an email. If so, it's your WordPress settings, if not, something's really amiss in your WordPress setup.
    0
  • cPanelLauren
    @derekseabrooke can you let us know if the suggestions by @keat63 and @jdpuglisi helped you resolve your issue?
    0
  • derekseabrooke
    No. I am afraid they were not helpful.
    0
  • jdpuglisi
    No. I am afraid they were not helpful.

    If your economy hosting does not have access to the PHP mail function, which is possible,
    0
  • derekseabrooke
    I think you guys are misunderstanding my problem. The wordpress can send emails and they arrive at the intended inbox. The problem is that the forward function I setup through cPanel fails to forward the email to another address in this case when it works in others. This doesn't make any sense at all! In fact I did try to use a plugin to send via gmail with the same result. It's driving me crazy.
    0

Please sign in to leave a comment.