Sending email through JavaMail… constant problem?

You need to enable STARTTLS Add one more property to your configuration: props. Put("mail.smtp.starttls. Enable", "true").

You need to enable STARTTLS. Add one more property to your configuration: props. Put("mail.smtp.starttls.

Enable", "true").

Thanks that got rid of the STARTTLS problem, but I now I'm getting this exception. Can you help me? Exception in thread "main" com.sun.mail.smtp.

SMTPSendFailedException: 530-Jun 28 Authentication Required. Learn more at 530 5.5. 1 mail.google. Com/support/bin/answer.Py?

Answer=14257 g2sm368231pbh.15... I checked the website that it included but I'm not finding any useful information. – AeroDroid Jun 28 at 20:25 1 Gah, yes, you'll also need to set the mail.smtp. Auth property to true.

– Rob Harrop Jun 28 at 20:32 Thanks again! Nooooooow I'm getting this error... "failed to connect, no password specified?"... I know that I have provided the password as you can see from the code above. But is the password's properties tag named something else that I'm not providing correctly?

– AeroDroid Jun 28 at 20:41 Ok, perhaps you should use an Authenticator rather than configuring the credentials. Remove both the mail. User and mail.

Password keys. Then instead of passing null as the second argument to Session. GetDefaultInstance, create and pass an implementation of Authenticator that overrides the getPasswordAuthentication method - the details of this are easy.

– Rob Harrop Jun 28 at 20:47 Yay it all works now! Thanks a lot! – AeroDroid Jun 28 at 21:31.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions