I am encountered a problem with SwiftMailer in that it does not support STARTTLS which is the current standard from what I understand.
This is preventing my Laravel project from communicating with my mail server.
Is there an alternative to SwiftMailer which does use STARTTLS that I can use in my Laravel projects?
Dan
I have solved my own problem. I was using ssl. When I set MAIL_ENCRYPTION=tls, which I think is the Laravel default, it worked.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community