You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

I'm testing my job by sending emails to gmail since it has the same properties as the production email (protocol, etc) but it gives me an error:
Exception in component tSendMail_1
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first f45sm1144137pyh.6
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583)
at javax.mail.Transport.send0(Transport.java:169)
at javax.mail.Transport.send(Transport.java:98)
at baxter_datawarehouse.get_codes.Get_Codes.tDB2Input_1Process(Get_Codes.java:1222)
at baxter_datawarehouse.get_codes.Get_Codes.tFileInputDelimited_1Process(Get_Codes.java:1724)
at baxter_datawarehouse.get_codes.Get_Codes$2.run(Get_Codes.java:3141)
As it have happened with other applications there's a missing option in the email's settings. Just need to fix that and add a checkbox in the GUI IMO.
Offline

The error of my post is even with the SSL support. The parameters are verified as they are used in other applications. Can you show your parameters? (except account and password obviously)
Offline

I also needed the smpt host and port to verify mine ![]()
Offline
So I did the configuration using my gmail account to send an email using the tSendMail
SMTP host>"smtp.googlemail.com"
SMTP port>465
SSL Support>ok
Need Authentification>ok
Username>"myusername@googlemail.com"
Password>My gmail password
You have to notice that normally my email is myusername@gmail.com
I hope It will help
Offline
tSendMail doesn't appear to have the "authenticate" option in perl projects (username/password)...
Has anyone else seen this?
Hello
tSendMail doesn't appear to have the "authenticate" option in perl projects (username/password)...
Has anyone else seen this?
Yes, you are right. Can you report a new feature in Perl project on our bugtracker?
Thanks for your support!
Best regards
shong
Offline
Pages: 1