Problem - We want to send email using talend tSendMail component.
Solution - It is very straight forward as the component itself is very easy to use.
All we need to decide is when and where you want to use this component.
| Also keep in mind that you can use context variables or globalMap.get() to get tSendMail component settings like To Email, From Email, attachment file names, subject, email body etc. |
| you need to know your smtp server and also you need to make sure your userid/password which you will be using to send email is registered with your smtp server and authorized to send email. |