diff --git a/proxmox-notify/src/context/pbs.rs b/proxmox-notify/src/context/pbs.rs index 70e993f0..299f6859 100644 --- a/proxmox-notify/src/context/pbs.rs +++ b/proxmox-notify/src/context/pbs.rs @@ -82,7 +82,7 @@ impl Context for PBSContext { } fn default_sendmail_author(&self) -> String { - "Proxmox Backup Server".into() + format!("Proxmox Backup Server - {}", proxmox_sys::nodename()) } fn default_sendmail_from(&self) -> String {