Please notice that the built-in mail option uses the MX recordto send the emails. As such, such a record must exist and must connect to a mail relay server in order for this option to work. If you have such a connection, please check the same and the DNS settings, to make sure that the settings are properly defined in such a way that PRTG would also be able to connect to the mail relay server defined.
The MX record would already have to be configured within your network, this is not a PRTG setting. The MX (Mail Exchange) record is a DNS (Domain Name System) record that specifies the mail server responsible for receiving email messages on behalf of a domain. To find the MX record of a domain or SMTP server, you can use various DNS lookup tools or commands, such as `nslookup`, `dig`, or online DNS lookup services.
For example, to check the MX record of a domain using the `nslookup` command in Windows Command Prompt or Linux terminal, you can do the following:
nslookup -type=MX your-target-domain.com
Replace `your-target-domain.com` with the domain you want to check. The output will show you the MX records associated with that domain.
If you do not have a MX record for a mail relay server, you would have to configure the same, respectively contact an administrator who is able to define the same for the network in case. For gmail, for example, you will find some information under Troubleshoot MX records. If, however, you are using gmail as a relay provider, we would highly recommend setting this up using the SMTP server option (please have a look at Can GMail / Google Apps be used for SMTP relay?).
Keep in mind that the MX records can change, and there might be multiple records with different priorities. So, it's always best to perform a fresh DNS lookup to get the most up-to-date information.
I hope you find this information useful to complete your task and if you have any questions please feel free to contact me back.
Add comment