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
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
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