Results 1 to 2 of 2
- 06-28-2007, 02:48 AM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 132
- Rep Power
- 0
JavaMail:Authentication required error
Hi,
I was trying JavaMail API and this error appears
any ideas?Java Code:DEBUG: setDebug: JavaMail version 1.4ea DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport ,Sun Microsystems, Inc] DEBUG SMTP: useEhlo true, useAuth false DEBUG SMTP: trying to connect to host "InHydM01", port 25, isSSL false 220 InHydM01.tcs.com ESMTP Service (Lotus Domino Release 6.5.5FP2HF356) ready at Wed, 20 Jun 2007 14:07:02 +0530 DEBUG SMTP: connected to host "InHydM01", port: 25 EHLO 01HW102062 250-InHydM01.tcs.com Hello 01HW102062 ([172.19.58.234]), pleased to meet you 250-HELP 250-AUTH LOGIN 250-SIZE 8388608 250 PIPELINING DEBUG SMTP: Found extension "HELP", arg "" DEBUG SMTP: Found extension "AUTH", arg "LOGIN" DEBUG SMTP: Found extension "SIZE", arg "8388608" DEBUG SMTP: Found extension "PIPELINING", arg "" to address : balti@gmail.com DEBUG SMTP: use8bit false MAIL FROM:<cachi@entertech.com> 530 Authentication required com.sun.mail.smtp.SMTPSendFailedException: 530 Authentication required at cocom.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583) at com.tcs.ultimatix.SimpleSender.send(SimpleSender.java:70) at com.tcs.ultimatix.SimpleSender.main(SimpleSender.java:23)
Last edited by bbq; 06-28-2007 at 03:06 AM.
- 07-05-2007, 04:16 AM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 130
- Rep Power
- 0
Similar Threads
-
Error: invalid method declaration; return type required
By silvia in forum AWT / SwingReplies: 3Last Post: 06-05-2010, 08:05 PM -
Error: incompatible types, found: int required: boolean
By silvia in forum New To JavaReplies: 6Last Post: 10-08-2008, 08:09 AM -
Using JavaMail API
By consult4u in forum NetworkingReplies: 0Last Post: 08-09-2007, 10:15 AM -
This is Regarding JSP with javamail
By venkatkomalli in forum Advanced JavaReplies: 3Last Post: 07-19-2007, 02:07 PM -
530 5.7.0 Authentication Required - JavaMail gmail
By simon in forum Advanced JavaReplies: 1Last Post: 07-14-2007, 11:52 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks