Tagged Questions

5
votes
1answer
321 views

Is a PHP-driven HTML contact form using Swiftmailer secure?

I have a PHP driven HTML contact form on my site. Currently I use the PHP mail() function. Because of that I have to do many user input validation to avoid email header injection attacks. I think I'm ...