Posted By:
Anoop_T
Posted On:
Tuesday, April 16, 2002 10:18 AM
hello, I am developing an application which sends out a huge amount of email. Basically what i do is open a connection to a mailserver and drop a specified amount (about 1000) of mails, then again reconnect and drop another batch and so on. But sometimes, between sending out the mails, i get an error like javax.mail.MessagingException: 250 Ok: queued as AE648632EB i just wanted to know whether the current mail is sent before throwing the exception. or do i need to resend this email. Any help is appreciated thanks anoop
More>>
hello,
I am developing an application which sends out
a huge amount of email. Basically what i do is open a
connection to a mailserver and drop a specified
amount (about 1000) of mails, then again
reconnect and drop another batch and so on. But sometimes,
between sending out the mails, i get an error like
javax.mail.MessagingException: 250 Ok: queued as AE648632EB
i just wanted to know whether the current mail
is sent before throwing the exception. or do i need to
resend this email.
Any help is appreciated
thanks
anoop
<<Less