hi im triing to send email with the client but after it connect so server is says: "you must autenthicate before sending email". how to do it? or can you please tell me a server where no authentication needed?
i guess thats why i cant send email and get relay access denied error when executing rcpt to: "some email adress"...
thank you for your help
SMTP ClientDebangshu Das February 5, 2012 at 9:57 AM
Very useful. Helps the beginners to send mail through SMTP. Here we are getting the session but do we need to close the session (which is abscent).
I have created an local email server and could send / receive email though it.looking for an java class which is use to send mail with authentication details.the above example is a straight forward connection without any authentication.Just let me know how do i pass username and pwd in the same example.
relay access denied error?helpmeplease April 23, 2011 at 11:37 PM
hi im triing to send email with the client but after it connect so server is says: "you must autenthicate before sending email". how to do it? or can you please tell me a server where no authentication needed? i guess thats why i cant send email and get relay access denied error when executing rcpt to: "some email adress"... thank you for your help
SMTP ClientDebangshu Das February 5, 2012 at 9:57 AM
Very useful. Helps the beginners to send mail through SMTP. Here we are getting the session but do we need to close the session (which is abscent).
SMTP With authenticationSurya August 28, 2012 at 3:53 PM
I have created an local email server and could send / receive email though it.looking for an java class which is use to send mail with authentication details.the above example is a straight forward connection without any authentication.Just let me know how do i pass username and pwd in the same example.
testGY October 9, 2012 at 9:20 PM
we test
Post your Comment