aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes Can not send Email from localhost Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Can not send Email from localhost" Watch "Can not send Email from localhost" New topic
Author

Can not send Email from localhost

Shounak Kundu
Ranch Hand

Joined: Jul 29, 2010
Posts: 60

Hi, I am trying to send email from localhost and I am using Javamail.

But I am getting SMTPSendFailedException : 550 5.1.0 Authentication Required

Here's my code :

Thanks in advance.

Shounak
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

From what I can understand of that code, you are trying to use the SMTP server at smtp.comcast.net to send e-mail. And that server says you have to authenticate yourself to it. So, do that. Your code doesn't do any authentication that I can see.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Can not send Email from localhost
 
Similar Threads
JavaMail - Port 25 blocked?
problem email notification
Java Mail on Websphere .. plz Help
Sending mails outside intranet
Catching invalid email Id exception