-
- Enthusiast
- Posts: 38
- Liked: 1 time
- Joined: Jan 03, 2017 2:58 pm
- Full Name: Paul Janeway
- Contact:
Multiple Emails from Veeam agents
Is there a way to do multiple To addresses for the email notifications?
I tried doing the XML config, but when i separate the emails with a , or ; or : it says the email address is invalid.
Any help would be great
I tried doing the XML config, but when i separate the emails with a , or ; or : it says the email address is invalid.
Any help would be great
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Multiple Emails from Veeam agents
Hi Paul,
Unfortunately, UI and XML does not support multiple email addresses.
Unfortunately, UI and XML does not support multiple email addresses.
-
- Veteran
- Posts: 500
- Liked: 109 times
- Joined: Oct 27, 2012 1:22 am
- Full Name: Clint Wyckoff
- Location: Technical Evangelist
- Contact:
Re: Multiple Emails from Veeam agents
Paul-
You can use Distribution List. Do do this - Export the configuration of your Agent
This places an XML file in C:\ProgramData\Veeam\Endpoint\!Configuration
Edit the Config.xml in Notepad or Notepad ++
The YOURUSERNAME and YOURPASSWORD need to be in base64
Then import the configuration in:
You can use Distribution List. Do do this - Export the configuration of your Agent
Code: Select all
C:\Program Files\Veeam\Endpoint Backup\Veeam.Agent.Configuration.exe -export
Edit the Config.xml in Notepad or Notepad ++
Code: Select all
<EmailReport Notification="True"><Header To="DLADDRESS" From="YOURADDRESSl" Subject="[%JobResult%] %ComputerName% - %CompletionTime%"/><Conditions Failure="True" Warning="True" Success="True"/>
<Smtp SecureConnection="True" Port="563" Server="smtp.tech.local">
<Credentials Password="YOURPASSWORD=" UserName="YOURUSERNAME=="/>
</Smtp>
</EmailReport>
Then import the configuration in:
Code: Select all
C:\Program Files\Veeam\Endpoint Backup\Veeam.Agent.Configuration.exe -import
-
- Enthusiast
- Posts: 38
- Liked: 1 time
- Joined: Jan 03, 2017 2:58 pm
- Full Name: Paul Janeway
- Contact:
Re: Multiple Emails from Veeam agents
Yeah I've been doing this VIA the XML file...but my intended goal is to not have it email a distro, but our PagerDuty system....and I'd like it to page both teams being it could be the exchange server, it could potentially be the agent.
I may look at having it trigger the alert, but then page us also.....oh well.
Is there intended support to have multiple email addresses in the future?
I may look at having it trigger the alert, but then page us also.....oh well.
Is there intended support to have multiple email addresses in the future?
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Multiple Emails from Veeam agents
Hi Paul,
Thanks for details. I noted your last post as a feature request.
Thanks for details. I noted your last post as a feature request.
Who is online
Users browsing this forum: Semrush [Bot] and 25 guests