• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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