FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
skaneria
Staff
Staff
Article Id 197481
Description
This article describes explains that email alert settings are not available from GUI after upgrading.
It will explain how to use it from CLI.

Solution
After upgrading the firewall to 6.4.x , the email alert feature will be removed from the GUI (Log & Report -> Email Alert Settings), and replaced with the Email automation stitches.
Continue using the email alert feature with the CLI console is possible.

CLI configuration for email alert.
# config alertemail setting
    set username ''
    set mailto1 ''
    set mailto2 ''
    set mailto3 ''
    set filter-mode category
    set email-interval 5
    set IPS-logs disable
    set firewall-authentication-failure-logs disable
    set HA-logs disable
    set IPsec-errors-logs disable
    set FDS-update-logs disable
    set PPP-errors-logs disable
    set sslvpn-authentication-errors-logs disable
    set antivirus-logs disable
    set webfilter-logs disable
    set configuration-changes-logs disable
    set violation-traffic-logs disable
    set admin-login-logs disable
    set FDS-license-expiring-warning disable
    set log-disk-usage-warning disable
    set FSSO-disconnect-logs disable
    set ssh-logs disable
    set FDS-license-expiring-days 15
    set local-disk-usage 75
end

Contributors