javax.mail.SendFailedException
Hi,
We have a requirement by which we need to send auto generated mails to the specified mail ids.
We need to get everything from database which is happening smoothly.
We able to build the message using MimeMessage class.
But,while sending the messages to specified mail ids using Transport.send(Message),we are getting javax.mail.SendFailedException.
Can any one give me suggestions to resolve this.
We took smtp ip from our network people.
Thanks & Regards,
ramanadyv
|