security - What protection is needed for PHP mail scripts? -



security - What protection is needed for PHP mail scripts? -

this question has reply here:

how prevent xss html/php? 7 answers

i know type of question not allowed, cannot find reply anywhere.

is sql injection protection necessary if you're not using databases/mysql?

if have basic mail service form in php sends things email need protect form?

if you're not using database no, don't need protect against attacks exploit database queries. emails have whole set of exploits of own , recommend using library such phpmailer or swiftmailer help this. either way, should verify info submitted form in format expect be.

php security email code-injection

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -