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
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.