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