Skip to main content
Solved

SMTP based Emailer issue

  • May 17, 2018
  • 3 replies
  • 78 views

Forum|alt.badge.img

Hi friends~,

I have an Emailer transformer to send email as part of the processing.

The parameter setup is as followss;

- Email Service: Generic SMTP

- Encryption: None

Now it gives warning message as follows;

Emailer: <class 'smtplib.SMTPDataError'>: (554, '5.5.2 No valid recipients').

My understanding is that the relay server of the SMTP is in place.

Any experience or suggestion would be appreciated.

Thanks ~

David

Best answer by geochoice2017

Configure the smtp server to hook the box in to send email from.

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.

3 replies

david_r
Celebrity
  • 8394 replies
  • May 17, 2018

What does the "To:" field look like? Do you have multiple recipients? If so, make sure to separate them with commas and not with semi-colons like e.g. Outlook does.

Valid example for multiple recipients:

bill@example.com,john@example.com,mary@example.com

Forum|alt.badge.img
  • Author
  • 4 replies
  • May 17, 2018

What does the "To:" field look like? Do you have multiple recipients? If so, make sure to separate them with commas and not with semi-colons like e.g. Outlook does.

Valid example for multiple recipients:

bill@example.com,john@example.com,mary@example.com
thanks for your reply !!! I got this resolved.

 

The issue was that our Infrastructure engineer had to configure the smtp server to hook my box in.... so easy step had to be taken from his end.

 

 


Forum|alt.badge.img
  • Author
  • 4 replies
  • Best Answer
  • May 17, 2018

Configure the smtp server to hook the box in to send email from.