Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tsendmail component issue

Hi all,
i'm trying to send an email from my job, for that i'm using gmail smtp shost and port number.
SMTP : smtp.gmail.com
Host :465
SSL : true
i had given email id and password.
but i'm getting Connection Refused exception
Exception in component tSendMail_1
javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
nested exception is:
java.net.ConnectException: Connection refused: connect
Labels (3)
42 Replies
Anonymous
Not applicable
Author

screenshot
Anonymous
Not applicable
Author

I am sending email via outlook
Anonymous
Not applicable
Author

javax.mail.MessagingException: Could not connect to SMTP host: mail.xxx.com, port: 465;
nested exception is:
java.net.ConnectException: Connection refused: connect


tsendmail.png