satrebil
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Error in the last updateHi Javier,
Yes.
I access the SMTP configuration page
In the configuration page, I change SMTP Host, port, user, password, …
I save settingsAt 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,
CarlosForum: Plugins
In reply to: [Import and export users and customers] Error in the last updateYes, 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/TroubleshootingLog 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
CarlosForum: Plugins
In reply to: [Import and export users and customers] Error in the last updateHi 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
CarlosForum: Plugins
In reply to: [Import and export users and customers] Error in the last updateHello Javier,
Yes, I disabled the plugin.
The wordpress is multisite and the plugin is enabled for the entire network
I have also installed buddypressThe 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,
CarlosForum: Plugins
In reply to: [Import and export users and customers] Error in the last updateHello 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