• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

FormMail Help

SamirM

Regular Pleskian
Hi,

I have a domain setup on my server, which has an enquiry form in php, while this form was working till about 3 days back, all of a sudden the form doesnt work at all.
The domains MX records however are not on my server, they have an external mailserver.
Debugging the logs i get the following:

["message_type":"PHPMailer":private]=>
string(5) "plain"
["boundary":"PHPMailer":private]=>
array(2) {
[1]=>
string(35) "b1_a10c8553bcea7328ccddf0e0fdb01ef9"
[2]=>
string(35) "b2_a10c8553bcea7328ccddf0e0fdb01ef9"
}
["language":protected]=>
array(17) {
["provide_address"]=>
string(54) "You must provide at least one recipient email address."
["mailer_not_supported"]=>
string(25) " 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: "
["recipients_failed"]=>
string(45) "SMTP Error: The following recipients failed: "
["data_not_accepted"]=>
string(30) "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: "
["smtp_error"]=>
string(19) "SMTP server error: "
["empty_message"]=>
string(18) "Message body empty"
["invalid_address"]=>
string(15) "Invalid address"
["variable_set"]=>
string(30) "Cannot set or reset variable: "
}
I am on a CentOS 6.2(final) server with Plesk v 11.0.9,
appreciate any help

samir
 
Back
Top