Frage
Using CFmail with gmail
Hi, hope you can help me!
I'm running developer, and I'm having some big issues getting cfmail to work. When I try to connect to gmail (smtp.gmail.com port 587) I get this:
This exception was caused by: javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS command first w67sm2418843pyg .
And when I try smtp.mail.yahoo.com port 587, I get this:
This exception was caused by: javax.mail.AuthenticationFailedException: Authentication Failed.
I have checked, checked and triple checked username and password, and still can't get either of these to work. The STARTTLS command seems to be a security issue with gmail, but I haven't stumbled across any solutions in my forum searches.
Any help would be Hugely appreciated,
Here's the bare-bones code I'm using to test it
mcpiper
I'm running developer, and I'm having some big issues getting cfmail to work. When I try to connect to gmail (smtp.gmail.com port 587) I get this:
This exception was caused by: javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS command first w67sm2418843pyg .
And when I try smtp.mail.yahoo.com port 587, I get this:
This exception was caused by: javax.mail.AuthenticationFailedException: Authentication Failed.
I have checked, checked and triple checked username and password, and still can't get either of these to work. The STARTTLS command seems to be a security issue with gmail, but I haven't stumbled across any solutions in my forum searches.
Any help would be Hugely appreciated,
Here's the bare-bones code I'm using to test it
mcpiper
