Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-24-2004, 03:00 PM   PM User | #1
matthew_haworth
New Coder

 
Join Date: Oct 2004
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
matthew_haworth is an unknown quantity at this point
sending emails with attachments in php

right i really need help...

i need a script so i can send attachments in a email without the user submitted anything. I want the variables to be set in the file so i even say the file i want within the file within a variable (and the recipents email address). How would i go about this, does anyone know where i can quickly retrieve the script?
matthew_haworth is offline   Reply With Quote
Old 10-24-2004, 04:02 PM   PM User | #2
As5a5sIn5
Regular Coder

 
Join Date: Apr 2004
Location: Philadelphia
Posts: 241
Thanks: 2
Thanked 5 Times in 5 Posts
As5a5sIn5 is an unknown quantity at this point
Umm if you just want to send an e-mail with variables...thats easy! attachments? I don't know ...but here's a quick example for maling vars

PHP Code:
$mail $_POST['email'];
$name $_POST['name'];
/* etc. etc. of the all info you have on the person....
now to the mail function! */
mail($mail'Welcome ' $name ' ''This is your body what you want to say blah blah.'
As5a5sIn5 is offline   Reply With Quote
Old 10-24-2004, 04:15 PM   PM User | #3
marek_mar
Sensei


 
Join Date: Aug 2003
Location: One step ahead of you.
Posts: 2,815
Thanks: 0
Thanked 3 Times in 3 Posts
marek_mar is on a distinguished road
This might help you: http://www.codingforums.com/showthread.php?t=44296
marek_mar is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 +1. The time now is 03:34 AM.


Advertisement
Log in to turn off these ads.