
Anonymous
Not applicable
2010-09-30
04:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
I need to ask is it possible to send email to the mail id's with the help of talen open studio
674 Views
21 Replies

Contributor II
2010-10-04
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On linux it is under this:
etc/hosts
etc/hosts
126 Views

Anonymous
Not applicable
2010-10-05
07:46 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
its still the same
126 Views

Anonymous
Not applicable
2013-04-21
09:50 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
126 Views

Anonymous
Not applicable
2013-04-21
11:21 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
126 Views

Anonymous
Not applicable
2013-04-22
09:15 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
126 Views

Anonymous
Not applicable
2013-04-22
09:47 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
126 Views

Anonymous
Not applicable
2013-04-23
12:15 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
126 Views

Anonymous
Not applicable
2016-01-05
02:50 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
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>
126 Views

Anonymous
Not applicable
2016-01-05
03:41 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ramkumar,
Please try these parameters in your tSendmail:
SMTP setting
Server name: smtp.office365.com
Port: 587
Encryption method: TLS
Best regards
Sabrina
Please try these parameters in your tSendmail:
SMTP setting
Server name: smtp.office365.com
Port: 587
Encryption method: TLS
Best regards
Sabrina
126 Views

Anonymous
Not applicable
2016-07-05
09:08 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
126 Views
