Skip to main content

I made a deployment parameter with some email-addresses in but when I use it to send emails I get an error in the automation log, see below. I have commas between the addresses in the parameter.

 

Default Recipients    : deployment.Fel_mail_adresser        <-------this is my parameter

Sending email with subject "abcd..." to recipient(s) "deployment.Fel_mail_adresser" …

An exception occurred. Invalid Addresses

Failed to send email.

Make sure you only have a single comma and no space between the email addresses. Sometimes this can make a difference for the mail server.


Make sure you only have a single comma and no space between the email addresses. Sometimes this can make a difference for the mail server.

Thanks! That was it.


Reply