Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-07-30, 02:54 AM   #1
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Problem fixed.

Thank you much cleo. If only I could suck on you, I'd show how much of a Life Saver you are.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Old 2006-08-06, 06:29 AM   #2
Nookster
Internet! Is that thing still around?
 
Join Date: Jul 2006
Posts: 7
tehee

PHP
Code:
$from = 'tgp@yoursite.com';
$to = 'person@email.com';
$headers  = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: YourSite TGP <' . $from . '>' . "\r\n";
$subject = 'Your gallery was accepted!';
$message = 'Your gallery was accepted and is now live on yoursite.com!<br />Thank you for your submission!';
// Mail it
mail($to, $subject, $message, $headers);

Last edited by Nookster; 2006-08-06 at 06:38 AM..
Nookster is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:37 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc