NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming > CODE
Reload this Page Free Anonymous Email Script

CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here.

Advanced Search
0 members in live chat ~  


Closed Thread
 
LinkBack Thread Tools
Old 09-09-2006, 07:18 AM   #26 (permalink)
NamePros Member
Join Date: Aug 2006
Posts: 121
mubina is an unknown quantity at this point
 



let me know when its up and running, the little kiddies love this script
__________________
mubina is offline  
Old 09-10-2006, 05:59 AM   #27 (permalink)
NamePros Member
Join Date: Oct 2005
Posts: 40
gauravmm is an unknown quantity at this point
 



There is a way around that. Configure your mailserver to not send the headers, or simply foward the info to a true anon email sender
gauravmm is offline  
Old 09-10-2006, 07:23 PM THREAD STARTER               #28 (permalink)
AzN
is on hiatus
Join Date: May 2006
Posts: 2,449
AzN has a reputation beyond reputeAzN has a reputation beyond reputeAzN has a reputation beyond reputeAzN has a reputation beyond reputeAzN has a reputation beyond reputeAzN has a reputation beyond reputeAzN has a reputation beyond reputeAzN has a reputation beyond reputeAzN has a reputation beyond reputeAzN has a reputation beyond reputeAzN has a reputation beyond repute
 


Find Marrow Donors! Ethan Allen Fund Ethan Allen Fund Ethan Allen Fund Save a Life Save a Life Save a Life Save a Life Save a Life Save a Life VA Tech Memorial VA Tech Memorial VA Tech Memorial VA Tech Memorial Save a Life Save a Life Save a Life
Actually, I am thinking of putting a link for people to click to read their message OR creating on the fly image so that the message is embed as an image and no headers are sent.
__________________
Currently on hiatus. Back whenever.
AzN is offline  
Old 09-11-2006, 06:20 AM   #29 (permalink)
NamePros Member
Join Date: Aug 2006
Posts: 121
mubina is an unknown quantity at this point
 



I would go with the image, clicking a link is no fun!
__________________
mubina is offline  
Old 10-21-2006, 02:28 PM   #30 (permalink)
NamePros Member
 
GoDesign's Avatar
Join Date: Oct 2006
Posts: 167
GoDesign is an unknown quantity at this point
 



You should allways do basic checks when accepting data via a form, even if not entering that data into a database.
Code:
$toemail = $_POST['toemail']; 
$subject = $_POST['subject']; 
$message = $_POST['message']; 

-//--------------------------//-

$toemail = strip_tags($_POST['toemail']); 
$subject = strip_tags($_POST['subject']); 
$message = strip_tags($_POST['message']);
strip_tags()
GoDesign is offline  
Old 10-21-2006, 04:04 PM   #31 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
Join Date: Feb 2006
Posts: 2,792
Dan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant future
 


Autism Autism Autism Autism Autism Autism Autism
Originally Posted by GoDesign
You should allways do basic checks when accepting data via a form, even if not entering that data into a database.
????: NamePros.com http://www.namepros.com/code/226577-free-anonymous-email-script.html
Code:
$toemail = $_POST['toemail']; 
$subject = $_POST['subject']; 
$message = $_POST['message']; 

-//--------------------------//-

$toemail = strip_tags($_POST['toemail']); 
$subject = strip_tags($_POST['subject']); 
$message = strip_tags($_POST['message']);
strip_tags()
That wouldn't do anything because it sends a plain text email.
Dan is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 11:34 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger