Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

email through Talend

i am new to talend can anyone of you suggest me books other then User Guide for talend
I need to ask is it possible to send email to the mail id's with the help of talen open studio
Labels (2)
21 Replies
Anonymous
Not applicable
Author

Hello
Does the tSendMail component fit your need?
Best regards
Shong
Anonymous
Not applicable
Author

The User Guide and the Components Guide are essential reading and generally of a good quality. Read these and then browse these forums and check out the tutorials on the Talend site - they are in a rather weird format but they do cover relevant and realistic scenarios.
Yes there is an email component but as in most cases when someone asls "can I do X with Talend?" the answer is almost always yes, because you can easily drop into java or perl to do it if there either isn't a component to do it or you want to do it your way...
T
Anonymous
Not applicable
Author

i have seen about this component but i am not able to do with it can u just help me to have a tutorial based on it if anyone i will be highly obilised
Anonymous
Not applicable
Author

There's a usage scenario included in the components user guide on page 999 - have you read that?
T
Anonymous
Not applicable
Author

Starting job sendemail at 17:47 01/10/2010.
connecting to socket on port 3870
connected
connecting to socket on port 5040
connected
Exception in component tSendMail_1
javax.mail.MessagingException: Unknown SMTP host: smtp.provider.com;


nested exception is:
java.net.UnknownHostException: smtp.provider.com
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1280)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
at javax.mail.Service.connect(Service.java:297)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at honey.sendemail_0_1.sendemail.tFileInputDelimited_1Process(sendemail.java:1132)
at honey.sendemail_0_1.sendemail.runJobInTOS(sendemail.java:1387)
at honey.sendemail_0_1.sendemail.main(sendemail.java:1252)
Caused by: java.net.UnknownHostException: smtp.provider.com
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:158)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:381)
at java.net.Socket.connect(Socket.java:537)
disconnected
disconnected
at java.net.Socket.connect(Socket.java:487)
at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
... 9 more
Job sendemail ended at 17:47 01/10/2010.
This is the error when i am trying to send it FYI i am giving u my screenshot of the job also
Anonymous
Not applicable
Author

Your configuration is wrong, check the parameters (smtp host, port,...)
Anonymous
Not applicable
Author

ya i have set it to smtp serber name of gmail
smtp host:smtp.gmail.com
smptp port:995
Moe1
Contributor II
Contributor II

try adding the ip/host in the list of hosts under windows/system32/driver/etc/hosts
Anonymous
Not applicable
Author

i am working in linux