Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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