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: 
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
Moe1
Contributor II

On linux it is under this:
etc/hosts
Anonymous
Not applicable
Author

its still the same
Anonymous
Not applicable
Author

somebody help me i have this code please helpe
Exception in component tSendMail_1
javax.mail.MessagingException: Unknown SMTP host: smtp.gmail.com;
nested exception is:
java.net.UnknownHostException: smtp.gmail.com
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1932)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638)
at javax.mail.Service.connect(Service.java:317)
at javax.mail.Service.connect(Service.java:176)
at javax.mail.Service.connect(Service.java:125)
at javax.mail.Transport.send0(Transport.java:194)
at javax.mail.Transport.send(Transport.java:124)
at test.testmailling_0_1.testmailling.tSendMail_1Process(testmailling.java:413)
at test.testmailling_0_1.testmailling.runJobInTOS(testmailling.java:623)
at test.testmailling_0_1.testmailling.main(testmailling.java:491)
Caused by: java.net.UnknownHostException: smtp.gmail.com
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown Source)
at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:288)
at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:205)
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1900)
... 9 more
disconnected
Job testmailling terminé à 13:06 21/04/2013.
Anonymous
Not applicable
Author

Hi ninio,
The error message imply that something wrong with your SMTP host. Could you mind checking your STMP host? Please see the component reference tSendMail
Please see my screenshot, I used OUTLOOK and the SMTP is "mail10.Myoutlookonline.com". The job works well for me.
Best regards
Sabrina
0683p000009MBpI.png
Anonymous
Not applicable
Author

hello
i set the server smtp.gmail.com and port 995
it s the same problem
their is something you must know that we are using proxy and authentication for network that means every user to connect to the network have login and password
Anonymous
Not applicable
Author

hi XDSHI
thanks for the help but sorry still the same problem, i heard someone said that we must add ip host
if that is what should do i opened the etc file but i don't know the ip address of smtp provider
Anonymous
Not applicable
Author

Hi,
I have made a testing that sending an e-mail from my gmail to my 163mail. The job works well.
See my screenshot for details
Best regards
Sabrina
0683p000009MBwD.png 0683p000009MBsS.png
Anonymous
Not applicable
Author

Hi,
I want to send a mail
1. Incase of failure I have to send the report
2. If succeeded I have to send the number of rows in of each table.
I was struct with with the mail component. I dont know how to configure it.
I've to send the mail using office365
subject: Load succeeded <current_date> 
Anonymous
Not applicable
Author

Hi Ramkumar,
Please try these parameters in your tSendmail:
SMTP setting
Server name: smtp.office365.com
Port: 587
Encryption method: TLS
Best regards
Sabrina
0683p000009MBeF.png
Anonymous
Not applicable
Author

i am just trying to use tsend email can some one tell me the process and what we can do with it 
i tired and got this error 
Starting job sendemail at 19:07 05/07/2016.
connecting to socket on port 3548
connected
javax.mail.MessagingException: Unknown SMTP host: smtp.gmail.com ;
  nested exception is:
java.net.UnknownHostException: smtp.gmail.com 
disconnected
Job sendemail ended at 19:07 05/07/2016.