TSF – Giải pháp IT toàn diện cho doanh nghiệp SMB | HCM

P14 - Configure Email Alerts in PRTG Network Monitor

PRTG – P14 How to Configure Email Alerts in PRTG Network Monitor

Monitoring without notifications is meaningless.
If your system goes down and you don’t receive an alert, your monitoring setup has failed its purpose.

In this guide, you will learn how to properly configure Email Alerts in PRTG so that every critical event triggers an instant notification. We will configure SMTP, define recipients, create a notification template, and bind it to triggers for real-world testing.

This is a production-ready configuration suitable for enterprise environments.


📌 Why Email Alerts in PRTG Matter

Email notifications allow you to:

  • Get real-time alerts when devices go DOWN

  • Monitor infrastructure remotely

  • Reduce incident response time

  • Prevent long service outages

Without properly configured Email Alerts in PRTG, you are simply collecting metrics — not managing infrastructure.


#1️⃣ STEP 1: Configure SMTP (MANDATORY)

Before PRTG can send email alerts, you must configure an SMTP server.

Go to:

 
 
Setup → System Administration → Notification Delivery
 

You have three common options:


🔹 Option 1: Gmail SMTP

Note: You must use your Gmail App Password.

 
 
smtp.gmail.com
Port: 587
Encryption: STARTTLS
 

Important:

  • Enable 2FA on Gmail

  • Generate an App Password

  • Use the App Password instead of your normal Gmail password


🔹 Option 2: Microsoft 365 SMTP

Note: You must enable SMTP Authentication for the user sending notifications.

 
 
smtp.office365.com
Port: 587
Encryption: STARTTLS
 

Ensure:

  • SMTP AUTH is enabled for the mailbox

  • Modern authentication policies allow SMTP


🔹 Option 3: Internal Mail Server

If your organization has its own mail server:

 
 
mail.domain.com
Port: 25 / 587
 

After configuration, click:

 
 
Test mail
 

Enter a recipient email address for testing, for example:

 
 
baotv1992@gmail.com
 

If the test email is received successfully, your SMTP configuration is correct.


#2️⃣ STEP 2: Declare Recipient Email Address

Now we define who will receive alerts.

Navigate to:

 
 
Setup → Account Settings → Notification Contacts
 

Here you:

  • Create a new contact

  • Enter the recipient email address

  • Save configuration

This step ensures PRTG knows the valid notification targets.

Without declaring contacts, email alerts will not be delivered properly.


#3️⃣ STEP 3: Create or Use Email Notification Template

Now we define the content of the email alert.

Go to:

 
 
Setup → Account Settings → Notification Templates
 

You can:

  • Create a new template

  • Or use a pre-made template


🔹 Create New Email Template

Click Add Notification Template

Configure the email section.

📝 Subject (Standard – Easy to Read)

 
 
[PRTG] %device – %name – %status
 

This subject format ensures:

  • Device name is visible

  • Sensor name is clear

  • Status (Down, Warning, Up) is shown immediately

In the recipient field:

Enter the email addresses separated by commas.

Example:

 
 
admin@domain.com, support@domain.com
 

This ensures multiple team members receive the alert simultaneously.

Save the template after configuration.


#4️⃣ STEP 4: Assign Email to Trigger (IMPORTANT)

This is the most critical step.

👉 Email will only be sent when the trigger is triggered.

Many administrators configure SMTP and templates but forget to attach them to triggers.

Open the device or sensor you want to monitor.

Go to:

 
 
Notifications → Add Trigger
 

Choose:

  • When sensor state is Down

  • When sensor state is Warning

  • When sensor value exceeds threshold

Select the email template you created earlier.

Save configuration.

Now Email Alerts in PRTG are fully active.


🧪 Real Test – Shutdown VM (Demo)

To verify the configuration works:

Test demo shutdown VM Unifi

When the VM goes offline:

  • Sensor status changes to Down

  • Trigger condition activates

  • Email notification is sent immediately

If the email arrives in your inbox, the configuration is successful.


🔎 Best Practices for Email Alerts in PRTG

To optimize your alert system:

  • Avoid sending alerts for non-critical sensors

  • Use different templates for Warning and Down

  • Set delay triggers to avoid alert storms

  • Regularly test SMTP functionality

Well-configured Email Alerts in PRTG improve operational visibility and reduce downtime dramatically.


🏁 Conclusion

Properly configuring Email Alerts in PRTG transforms your monitoring system into a proactive incident response tool.

The full workflow includes:

  1. Configure SMTP

  2. Declare notification contacts

  3. Create email templates

  4. Assign triggers to sensors

Once completed, your infrastructure becomes self-reporting.
Instead of waiting for users to complain, you will know immediately when something goes wrong.

This is the difference between passive monitoring and professional network management.

 
 

See also related articles

P3 – Powerful Guide 2026 Monitor WAN IP with PRTG

P3 – Powerful Guide 2026 Monitor WAN IP with PRTG PRTG – P3 Monitor Internet & WAN IP Using PRTG Network Monitor Monitoring your Internet connection is critical for any business infrastructure. If your WAN connection goes down, services such as email, VPN, remote access, and cloud applications become unavailable...

Read More

P2 – Secure PRTG Fast: Change Port PRTG & Enable SSL

P2 – Secure PRTG Fast: Change Port PRTG & Enable SSL PRTG – P2 Secure PRTG with SSL | Enable HTTPS & Change Default Port Securing your monitoring system is not optional — it is essential. In this guide, we will walk through how to secure PRTG Network Monitor by...

Read More

P1 – Complete Install PRTG Guide for Windows 10

PRTG – P1 How to Install PRTG on Windows 10 | Initial Setup & Configuration 🚀 Install PRTG on Windows 10 – Initial Setup & Configuration (P1) If you are starting your monitoring journey, learning how to Install PRTG properly is the first critical step. In this tutorial, I will...

Read More