-
Posts
129 -
Joined
-
Last visited
Community Answers
-
vbcoach's post in PHPMail stopped sending HTML-based emails was marked as the answer
For anyone who might be reading this using the Network Solutions Shared Hosting platform, the ultimate fix was the mail server security was changed last November and required SSL/TLS now, even though they did not update their own documentation. Even their own technicians were not aware of this. The ultimate fix was upgrading PHPMailer to v6.6.0 and changing the port to 587 with TLS (on localhost)
-
vbcoach's post in How to hide form button using IF statement? was marked as the answer
It took a lot or research and editing, but I found my answer. Thanks all.