
Creator
2018-05-24
01:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cMail component with SMTP protocol without 'username & password'
How can I use cMail component with SMTP protocol to skip authentication to send an email.
and how can I add email body to the email
I tried adding it mail.smtp.auth to false but it's not working
reference from here https://www.talendforge.org/forum/viewtopic.php?id=48590
143 Views
1 Reply

Anonymous
Not applicable
2018-05-31
05:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Have you tried to add mail.smtp.auth to false in the advanced setting of the cMail component to remove the authentication from cMail component? What's the error message?
For specify parameters in cMail, it's possible to use talend context variables as PropertyPlaceholderConfiguration in the spring tab configurationof a mediation route
http://camel.apache.org/using-propertyplaceholder.html
Best regards
Sabrina
143 Views
