@shawnwildermuth It was easier when the built-in server worked. I guess SendGrid has their own library, huh? With PHPMailer I can connect it to any SMTP account set up with TLS, DMARC, and all that. I can already include IP & timestamps in the emails I get, so I don't know how much more tracking I need.
@shawnwildermuth Ah, cool. Maybe I'll look into that too. The real issue is I want to integrate with this awesome form code: https://www.formspammertrap.com/howitworks.php Which only works with the Mail() function by default.
@adam Sure, I like that it justs queues the email and does retries and such. I don't want to be in the business of worrying about it. Just wanted you to know the options.