Alert emails are not sent from the firewall
Firewall
Firmware: v7.4.11 build2878
We use a dedicated alert mailbox in our Microsoft 365 tenant for all device and system alerts, and it is already functioning correctly with multiple services.
I configured the FortiGate firewall to use this same mailbox, following the same SMTP settings used on our other devices. After triggering a test alert, no email was sent.
I reviewed Entra ID sign‑in logs and did not see any authentication attempts from the firewall. I also checked message trace and mail flow logs, with no record of an attempted send, while the previously configured devices continue to work normally.
I also set the email “From” address as recommended, but this did not change the behavior.
config:
config system email-server
set server "smtp.office365.com"
set port 587
set authenticate enable
set username "alerts@ourcomanyname"
set password ********************
set security smtps
end
