Skip to main content

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

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

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.

 

 


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


Reply