Skip to main content
Solved

Send emails using Deployment parameter

  • March 25, 2024
  • 2 replies
  • 48 views

asablomberg
Contributor
Forum|alt.badge.img+8

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.

Best answer by david_r

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • March 25, 2024

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.


asablomberg
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • 19 replies
  • March 26, 2024

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.