• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Setup domain without Plesk Mail Server

P

psni

Guest
Issue: All our Plesk domains use external mail servers. Web Site owner programmers write php scripts that uses the MaiEnable SMTP engine to kick out the form results to the domain owner via e-mail. When MailEnable gets the e-mail it attempts to send it to itself since it thinks the domain is local. Disabling the domain in MailEnable has no effect. Deleting the domain within MailEnable fixes the issue. We would prefer to avoid the additional manual task and any other interaction with any Plesk tool that might recreated the MailEnable account.

How does one create a domain without setting up MailEnable or Plesk related mail server?
 
I would like to know the answer to this as well, I have a similar setup. thanks
 
I am having the same issue.
I haven't tried this yet, but I found out you can set the following in the php.ini file:

[mail function]
SMTP = YOUR_PROVIDER
smtp_port = 25
username = USERNAME
password = YOUR_PASSWORD

The username and password would be for validation if needed, but I may need some domains not to use an external mail server, so that is not a solution for me.

G
 
Back
Top