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-29, 10:05 PM   #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
Looking For Simple Mail Script

Can someone point me to a resource for a free and secure mailto scripts?

I don't need any fancy bells and whistles, just something that passes info from a form to an email in a format I can manipulate.

I wrote a simple pearl mailto script for submissions, but it looks like some arrogent fuck is trying manipulate it so it passes bcc's so he can push his penis pills on my mail server. I don't use the domain for mail, so I'm not too worried about being flagged for spam, but I'd rather not take a chance on my limited skills.

Until then, submissions are closed.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Old 2006-07-29, 10:14 PM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
This is what I use
http://www.scriptarchive.com/formmail.html
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2006-07-29, 10:20 PM   #3
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Thanks Cleo.

I found this once before, but wasn't sure if I could trust it.

Knowing you're using it means a lot.

EDIT: I better go eat something before I mess with this one.
__________________
~Warm and Fuzzy.

Last edited by virgohippy; 2006-07-29 at 10:34 PM..
virgohippy is offline   Reply With Quote
Old 2006-07-30, 02:54 AM   #4
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   #5
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 09:38 AM.


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