• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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