@adam Why not just use a service that can track and such? SendGrid has been my best friend for years. I think I'm still on the free plan. (I sent about 200 emails a year.)
@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.