• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question email host name

yunus çetiner

New Pleskian
hi, i have a lot of domain in my panel. but i have a problem with mail host name.
main domain abc.com
customer domain def.com

def.com is use mail seeting like this mail posting. (php)

$mail->Host = "abc.com";

but if use own domain not working.

$mail->Host = "def.com";

every account mail is working just

abc.com

is why?
 
What is the hostname of your server?

The server at himself works as the mailserver, so you must use the hostname of your server for example in your mail-client to use SSL-encryption.

For information to hostnames have a look here
 
Back
Top