Jump to content

PHP Mail Form (Secure) ?


emcgfx

Recommended Posts

Sure,

okay start here, this allows you to create a simple form,

however change $_REQUEST to $_POST

 

Once you understand that, i would recommend moving to PHPMailer, as this is easier in the long run, (adding attachments, using HTML, etc)

PHP MAILER examples

 

Now once you have that,

add captcha

here one you can use and check their quick start

 

Okay.. now the DNSBL, this maybe a little harder but here is one

 

okay well theirs all the parts get each part working by itself then add one at a time

 

So save a copy of your form mail, remove mail() and add phpmailer, test, then add captcha, test, then i'm not sure how you want to use the DNSBL!

Link to comment
https://forums.phpfreaks.com/topic/162196-php-mail-form-secure/#findComment-855960
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.