Plesk for Windows
kb: how-to
Plesk for Linux
ABT: Group B
Question
How to change sender and mail subject of backup notifications in Plesk?
Answer
-
Open file
/usr/local/psa/admin/share/pmmcli/pmmcli-rc
in text editor (e.g. vi for Linux) and specify required sender:CONFIG_TEXT: # Notification mail 'mail-from' parameter
NOTIFICATION_MAIL_FROM " username@example.com "
# Notification mail 'mail-reply-to' parameter
NOTIFICATION_MAIL_REPLYTO " username@example.com " -
Specify the required mail subject in
/usr/local/psa/admin/share/pmmcli/pmmcli-rc
:CONFIG_TEXT: # Backup task notification mail subject
NOTIFICATION_MAIL_SUBJECT_BACKUP 'Backup task notification'
# Restore task notification mail subject
NOTIFICATION_MAIL_SUBJECT_RESTORE 'Restore task notification'
Note: for Windows open %plesk_dir%admin\share\pmmcli\pmmcli-rc
file.
Comments
0 comments
Please sign in to leave a comment.