• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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