Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter satrebil

    (@satrebil)

    Hi Javier,

    Yes.
    I access the SMTP configuration page
    In the configuration page, I change SMTP Host, port, user, password, …
    I save settings

    At the end of the page I run the “Send a test email” and gives me error

    The logs that have attached before are tests with “Send a test email”

    Thanks,
    Carlos

    Thread Starter satrebil

    (@satrebil)

    Yes, the log message leaves the sending test mail into the setings page

    Log with SSL:
    Connection: opening to ssl://localhost:25, timeout=300, options=array ()
    SMTP ERROR: Failed to connect to server: (0)
    SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

    Log without SSL:
    Connection: opening to localhost:25, timeout=300, options=array ()


    SMTP -> get_lines(): $data is “”
    SMTP -> get_lines(): $str is “550 Missing internal data in the header. Message discarded.”
    SERVER -> CLIENT: 550 Missing internal data in the header. Message discarded.
    SMTP ERROR: DATA END command failed: 550 Missing internal data in the header. Message discarded.
    SMTP Error: data not accepted.

    Thanks
    Carlos

    Thread Starter satrebil

    (@satrebil)

    Hi Javier,

    The problem is that the configured server or the port does not appear

    The log should say:
    Connection: opening to myserver:myport, timeout=300, options=array (

    In previous versions (2 or 3) work properly in multisite with buddypress.

    I have been using without problems

    Thanks
    Carlos

    Thread Starter satrebil

    (@satrebil)

    Hello Javier,

    Yes, I disabled the plugin.
    The wordpress is multisite and the plugin is enabled for the entire network
    I have also installed buddypress

    The SMTP debugging output with SSL:
    Connection: opening to ssl://localhost:25, timeout=300, options=array (

    The SMTP debugging output without SSL:
    Connection: opening to localhost:25, timeout=300, options=array (

    Regards,
    Carlos

    Thread Starter satrebil

    (@satrebil)

    Hello Javier,

    The problem is that the SMTP settings configured in sending emails are not replaced.
    .
    Sending email always kept localhost as server and port 25, though you have set different parameters.

    The SMTP debugging output is:
    Connection: opening to localhost:25, timeout=300, options=array (….

    Thank you very much in advance.

    Regards,
    Carlos

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