• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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