Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
nmodi
Creator

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

 

 

Labels (2)
1 Reply
Anonymous
Not applicable

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