ocmara
asked on
fax issue
Hi,
I'm trying to send fax via my code but I got this exception
javax.mail.MessagingExcept ion: 530 5.7.0 Must issue a STARTTLS command first
at javax.mail.Transport.send0 (Transport .java:219)
at javax.mail.Transport.send( Transport. java:81)
Would anyone tell me why?
I'm trying to send fax via my code but I got this exception
javax.mail.MessagingExcept
at javax.mail.Transport.send0
at javax.mail.Transport.send(
Would anyone tell me why?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
There are more suggestions at that link.
ASKER