Tagged Questions
The email-injection tag has no wiki summary.
4
votes
1answer
300 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 ...
0
votes
3answers
90 views
What kind of security precautions should I take for a “contact us” form?
A client contacted us worried about some recent attempts to abuse the contact us form on her site.
Apparently, someone tried to write some code in the message field, most likely, it was an attempt to ...