Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

sned mail problem

807603Oct 22 2007
i written simple code to send mail .. when i run it sometime it send me mail but in most cases i am not able to get email
my debug info
say following
Sending mail to amit@quagnito.com

DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth false

DEBUG: SMTPTransport trying to connect to host "mail.quagnito.com", port 25

DEBUG SMTP RCVD: 220 mail27.opentransfer.com ESMTP

DEBUG: SMTPTransport connected to host "mail.quagnito.com", port: 25

DEBUG SMTP SENT: EHLO Quag034
DEBUG SMTP RCVD: 250-mail27.opentransfer.com
250-PIPELINING
250-8BITMIME
250 SIZE 1048576000

DEBUG SMTP SENT: MAIL FROM:<amit@quanito.com>
DEBUG SMTP RCVD: 250 ok

DEBUG SMTP SENT: RCPT TO:<amit@quagnito.com>
DEBUG SMTP RCVD: 250 ok

Verified Addresses
amit@quagnito.com
DEBUG SMTP SENT: DATA
DEBUG SMTP RCVD: 354 Please start mail input.

DEBUG SMTP SENT:
.
DEBUG SMTP RCVD: 250 Mail queued for delivery.

DEBUG SMTP SENT: QUIT


please suggest solution and meaning of this line DEBUG SMTP RCVD: 250 Mail queued for delivery.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 19 2007
Added on Oct 22 2007
0 comments
162 views