M
Manish Hatwalne
If the Java mail is trying to send mail to non-existent mail ID say
(e-mail address removed) (or one which has mailbox full) what will happen? Will it try
delivering that message for a specified time period? I am getting many error
messages from my SMTP server saying - "SMTP; 550 Requested action not
taken: mailbox unavailable"
Is it something that needs to be tweaked at SMTP level or can I do something
to set Java mail API properties such that retry time is less. This problem
is slowing down my system with too many open connections. I am wondering
what I can do - though we do email ID validation, there is no way at the
moment to see if mailbox is really available or not. What can I do here?
Any pointers, help would be highly appreciated.
- Manish
(e-mail address removed) (or one which has mailbox full) what will happen? Will it try
delivering that message for a specified time period? I am getting many error
messages from my SMTP server saying - "SMTP; 550 Requested action not
taken: mailbox unavailable"
Is it something that needs to be tweaked at SMTP level or can I do something
to set Java mail API properties such that retry time is less. This problem
is slowing down my system with too many open connections. I am wondering
what I can do - though we do email ID validation, there is no way at the
moment to see if mailbox is really available or not. What can I do here?
Any pointers, help would be highly appreciated.
- Manish