I have set up an SMTP notification target (Google Workspace) that uses the smtp-relay.gmail.com host and no authentication (src IP verification). When I test using the PVE > Notifications > Test button the test email comes through as "Author <email@address.com". When I use the same notification target from a backup job it comes from:
with a subject of:
PVE docs say that email should come from $author:
Where can I configure from address and subject line for vzdump operatoins?
Code:
vzdump backup tool <no-reply@xxxx.com.au>
with a subject of:
Code:
vzdump backup status (pve01.xxxx.local): backup successful
PVE docs say that email should come from $author:
The From header in the email will be set to $author <$from-address>.
Where can I configure from address and subject line for vzdump operatoins?