Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Exception while sending Email.

  1. #1
    Junior Member
    Join Date
    Sep 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Exception while sending Email.

    Hi,

    I have an email address for which the mailbox is not configured, something like onto which i cannot reply. I am trying sending email using the same email id but i am getting the following exception:

    Caused by: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.1 Client was not authenticated


    As i donot have any username and password for the same.

    Could anyone please help.

    Thanks in advance.


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Exception while sending Email.

    Please do not double post.
    Quote Originally Posted by hashitagarwal View Post
    As i donot have any username and password for the same.
    Same advice I give last time. Get one.

Similar Threads

  1. sending email to outlook
    By cnjiru in forum Java Networking
    Replies: 2
    Last Post: July 31st, 2012, 09:05 AM
  2. Trouble sending an email from my program
    By java99 in forum Java Networking
    Replies: 5
    Last Post: January 11th, 2012, 11:22 PM
  3. Trouble sending an email from my program
    By java99 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: January 11th, 2012, 05:27 PM
  4. Sending an email of the results from 1 Class to another
    By Laxman2809 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: September 20th, 2011, 08:56 PM
  5. sending an email with pdf file everyday
    By pradeepptp in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: June 21st, 2009, 10:49 AM