Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I host my WordPress sites on the Rackspace Cloud (formerly known as Mosso) and in order to get the email notifications from WordPress to send, I had to add the following line to a .htaccess file in the document root of the website.

    # PHP - MAIL
    php_value mail.force_extra_parameters [email protected]

    Of course you’ll have to change the “[email protected]” to something relevant to your website, but you get the picture. Hope this helps your situation.

    I host my wordpress sites on the Rackspace Cloud (formerly known as Mosso) and in order to get the email notifications from WordPress to send, I had to add the following line to a .htaccess file in the document root of the website.

    # PHP - MAIL
    php_value mail.force_extra_parameters [email protected]

    Of course you’ll have to change the “[email protected]” to something relevant to your website, but you get the picture. Hope this helps your situation.

Viewing 2 replies - 1 through 2 (of 2 total)