• I’ve had some trouble with connections to Gmail’s SMTP server (due to my host’s firewall), but I’m getting what I think is a new error as of a couple of days ago.

    SMTP -> ERROR: Failed to connect to server: Connection timed out (110)
    
    The following From address failed: <address>@<domain>.org : Called Mail() without being connected

    I’m using SMTP, not PHP’s mail() function, to send emails. I’m using smtp.gmail.com, port 465, SSL, and SMTP authentication. The email address and password are correct.

    Could this be a plugin problem, or is it likely my host’s firewall yet again?

    http://wordpress.org/plugins/wp-mail-smtp/

Viewing 1 replies (of 1 total)
  • If the connection timed out, then there’s something stopping WordPress from reaching Gmail’s server. If you didn’t change anything when the error occurred, it was most likely caused by something to do with your host’s environment, firewall or otherwise.

Viewing 1 replies (of 1 total)
  • The topic ‘Called Mail() without being connected’ is closed to new replies.