
Specialist III
2013-09-27
09:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Validating the delivery of email messages
Hi All,
I am a TALEND newbie.
Is there any option/component available in TALEND using which we can identify whether the email has been successfully delivered to the recepient or not?
For e.g there is a scenario wherein I have to pickup the email ids available in one of the tables and send an email to each one of the recepient.However there is a possibility that some of the email ids are not valid.But when we execute the tsendmail component,we can identify whether the component has executed successfully or not.It doesn't give any idea as to whether the mail has been delivered or not.I explored many components however I haven't been able to come up with a solution.
Regards,
Sunil
I am a TALEND newbie.
Is there any option/component available in TALEND using which we can identify whether the email has been successfully delivered to the recepient or not?
For e.g there is a scenario wherein I have to pickup the email ids available in one of the tables and send an email to each one of the recepient.However there is a possibility that some of the email ids are not valid.But when we execute the tsendmail component,we can identify whether the component has executed successfully or not.It doesn't give any idea as to whether the mail has been delivered or not.I explored many components however I haven't been able to come up with a solution.
Regards,
Sunil
158 Views
1 Reply

Anonymous
Not applicable
2013-10-08
06:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
It seems that you use a feedback from tsendmail. (which one is sent successfully and which one is not). So far, there is no such option in tsendmail.
Here is a solution for your scenario. Hope it will be useful.
I have designed a demo job: tfileinputdelimited-->tflowtoiterate-->iterate-->tsendmail.
In input file there are valid emails and invalid.
Though there is no validation in Talend studio console yet a notification from Mail Delivery System <MAILER-DAEMON@myoutlookonline.com> will send a email for the invalid email messages in outlook.
See my screenshots for detail.
Best regards
Sabrina
It seems that you use a feedback from tsendmail. (which one is sent successfully and which one is not). So far, there is no such option in tsendmail.
Here is a solution for your scenario. Hope it will be useful.
I have designed a demo job: tfileinputdelimited-->tflowtoiterate-->iterate-->tsendmail.
In input file there are valid emails and invalid.
Though there is no validation in Talend studio console yet a notification from Mail Delivery System <MAILER-DAEMON@myoutlookonline.com> will send a email for the invalid email messages in outlook.
See my screenshots for detail.
Best regards
Sabrina
158 Views
