September 17, 200817 yr Anyone can help me? I need a Php mailer for my website that sends to inbox. Sorry for this stupid request but i'm noob at php I just need it badly.
January 18, 200917 yr Anyone can help me? I need a Php mailer for my website that sends to inbox. Sorry for this stupid request but i'm noob at php I just need it badly. free php mass mailer script you can find here you can find and inbox php mailer here Edited January 18, 200917 yr by john18
January 18, 200917 yr The PHP page has tons of examples. Here is one:<?php// The message$message = "Line 1\nLine 2\nLine 3";// In case any of our lines are larger than 70 characters, we should use wordwrap()$message = wordwrap($message, 70);// Sendmail('caffeinated@example.com', 'My Subject', $message);?>
Create an account or sign in to comment