Page 1 of 1
[Req]PHP Mailer
#1
Posted 17 September 2008 - 11:24 AM
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.
#2
Posted 18 January 2009 - 09:08 AM
sparco, on Sep 17 2008, 12:24 PM, said:
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
This post has been edited by john18: 18 January 2009 - 09:09 AM
#3
Posted 18 January 2009 - 09:12 AM
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);
// Send
mail('caffeinated@example.com', 'My Subject', $message);
?>
- ← check input from textbox
- Web Development (HTML, Java, PHP, ASP, XML, etc.)
- Locking "frameset" and enabling partial scrolling →
Share this topic:
Page 1 of 1



Help
Back to top









