Php mailer

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

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=17313

try that. it explains the entire “mail()” php function… read the whole thing.

nice signature jubba :stuck_out_tongue:

thought some people would like that. :slight_smile:

Thanks alot for the help. I learned alot from that php forum, and thanks for replying in such a short amount of time.

no problem. if you need any other php help feel free to ask. :slight_smile:

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.

Reply-to: read up on the header information here:

http://www.php.net/manual/en/ref.mail.php

you should find your answer.

Thanks for the help I hope I find the answer, I browsed through it and it looks like it just might work.