• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Email notification

AIRE-B

New Pleskian
Hello,

I apologize i'm not a plesk warrior... i was just wondering how to change the email notification, i would like it to come from a different domaine name or hostname, i'm a bit confuse !!!

So should i just change my server hostname (make me scare) or should i make my IP to resolve to another domain ? or both ?

Thank you
 
In general

To view or modify the notification system settings, go to Tools & Settings > Notifications. For each event, you can specify who should receive the corresponding notifications. The email addresses of the administrator, resellers, and customers are taken from the Email address field in their contact information, and you can also specify a single additional email to which notifications will be sent.

Automatic Email Notifications

If you want to change the sender email for notifications:
Subscription/yourdomain/users tab/yourcontactname/change settings/replace the system email.
Please Note: it's not possible to use different email from another domain outside Plesk to send system notifications. however (you can use email forwarders rules)
 
Thank you for your reply ok for "replace system email" setting but, how to change the email title then ? This is actually the hostname server + the email title in english (ex:. Notification of the site creation.) , i would like it in french !!
 
Hello,

The contents of the notification is ok it is in french but not the title.

I see the discussion you sent me it is from 2015 !!!! No improvement since ?
 
Yes correct, 2013 to be precise and not much votes. but, there is a workaround..

Run a SQL query

Tools and settings > database servers > go to phpmyadmin for the main server> click SQL tab > copy and past and modify this query below carefully

Code:
USE psa; UPDATE `Notifications` SET `subj` = REPLACE(`subj`, 'Notification of the customer creation.', 'YOUR NEW TITLE HERE') WHERE `subj` LIKE 'Notification of the customer creation.%'

Change YOUR NEW TITLE HERE
and click go

Use this query at your own risk. Plesk is not responsible for any support or misusing of any methods not described in their websites or documentations Legal - Plesk 10 a. f.
 
Back
Top