• Hi,

    I’ve been trying for a week now to get my site to work with smtp, sinnce I want the email load to be taken by my google apps for domain email

    I’ve tried numerous ways to have this work, including the following

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter klyx04

    (@klyx04)

    I also asked my webhost to change /etc/localdomains to /etc/remotedomains

    as suggested by this site: http://wenderhost.com/2007/05/22/configuring-google-apps-gmail-on-a-whmcpanel-web-server/

    I’m waiting for the reply from my webhost about this so for now, if anyone has anything to help me It would be much appreciated.

    the error im getting from the plug in is

    [“language:private”]=>
    array(13) {
    [“mailer_not_supported”]=>
    string(25) ” mailer is not supported.”
    [“provide_address”]=>
    string(55) “You must provide at least one mailer is not supported.”
    [“execute”]=>
    string(19) “Could not execute: “
    [“instantiate”]=>
    string(36) “Could not instantiate mail function.”
    [“authenticate”]=>
    string(35) “SMTP Error: Could not authenticate.”
    [“from_failed”]=>
    string(35) “The following From address failed: “
    [“data_not_accepted”]=>
    string(30) “SMTP Error: Data not accepted.”
    [“recipients_failed”]=>
    string(56) “SMTP Error: The following SMTP Error: Data not accepted.”
    [“connect_host”]=>
    string(43) “SMTP Error: Could not connect to SMTP host.”
    [“file_access”]=>
    string(23) “Could not access file: “
    [“file_open”]=>
    string(33) “File Error: Could not open file: “
    [“encoding”]=>
    string(18) “Unknown encoding: “
    [“signing”]=>
    string(15) “Signing Error: “
    }

    well I’m hoping for any sort of help.

    Thanks in advance.

    Thread Starter klyx04

    (@klyx04)

    Hi guys,

    just wanted to let you know i think I found the solution.

    I forgot that I have route all my email through google apps and I made the changes to the mx record through the cpanel. so i thought not letting the webhost handle the mx records since its already handling the dns records.

    well i removed the mx records from the cpanel and let the co.cc domain handle the mx records for my co.cc domain.

    after making the changes i tried to send a test email from my wordpress installation using wp-mail-smtp, to a non google email.

    It was a SUCCESS. So I guess i found my solution, but it involves taking away the control of your MX records from the webhost. Im not sure if that will affect anything.

    I hope this helps out those who are having the same trouble

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

The topic ‘Error in SMTP, can’t send emails from WordPress’ is closed to new replies.