View Full Version : php mailer
displaced
April 8th, 2003, 05:03 PM
I need help, I tried to manipulate many codes to get what i need but it don't work. I need help creating a mailer.
That sends the senders email to my email with a subject already made so they don't have to type in the subject. I don't want a message. What i am trying to do is making it so when they type their email and press enter they will send an email to my email so they will be joined to my mailingllist
Jubba
April 8th, 2003, 08:05 PM
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=17313
try that. it explains the entire "mail()" php function... read the whole thing.
ahmed
April 8th, 2003, 08:10 PM
nice signature jubba :P
Jubba
April 8th, 2003, 08:22 PM
thought some people would like that. :)
displaced
April 8th, 2003, 10:24 PM
Thanks alot for the help. I learned alot from that php forum, and thanks for replying in such a short amount of time.
Jubba
April 8th, 2003, 10:59 PM
no problem. if you need any other php help feel free to ask. :)
displaced
April 16th, 2003, 05:54 PM
Ok more trouble, I am trying to create a mailing list through flash and the problem is the only way people can subscribe is to send an email to (subscribe-mailinglist@displacedny.com). So i tried to create a php mailer with the help of Jubba's post. But what i think the problem is that the Return-Path shows a different email address and my autoresponder sends a email to the return-path. I also tried to do $header = "Return-Path:$email'; or something like that but that didn't work either. Any help would be greatly appreciated.
Jubba
April 16th, 2003, 06:00 PM
Reply-to: read up on the header information here:
http://www.php.net/manual/en/ref.mail.php
you should find your answer.
displaced
April 16th, 2003, 06:18 PM
Thanks for the help I hope I find the answer, I browsed through it and it looks like it just might work.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.