• 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.

Presence Builder and externa mail server

GuilhermeX

New Pleskian
Hi,

I have Plesk Panel installed in server 1 and mailenable in server2. I disabled mail service in server 1 and configured external mail (by the way, I cannot start it back) - Tools & Settings -> Mail -> External SMTP Server to my server 2.
Every contact form created with Presence Builder never worked, and I do not know why. Is there any work around? When Plesk is going to handle e-mail forms with a PHP file?
 
I can suggest you check php.ini for site's php and correct there something like:

[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25

; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from = [email protected]
sendmail_from = [email protected]

but note, it will work only in case if you have enabled open relay on external mail server.

Thanks for your answer.

All forms is suppose to send e-mails to a local account, I mean, to site owner account, so it is not necessary to relay to outside. My windows is 208R2 64bits. any way, I try the up solution and it did not work. I change PHP.INI and reboot the server, but it did not work.
Do you have any other suggestion?
 
is sendmail function enable on your server? sometime hosting companies blocks sendmail for spamming.
 
is sendmail function enable on your server? sometime hosting companies blocks sendmail for spamming.


There is no sendmail in windows version. The Zend mail does the job. I solved the problem by open relay on server 1 to server 2 and limiting the amount of messages server 1 can relay from server 2.
 
Back
Top