# Php mailer

**URL:** https://forum.kirupa.com/t/php-mailer/17744
**Category:** Uncategorized
**Created:** [April 8, 2003, 8:03pm UTC](https://forum.kirupa.com/t/php-mailer/17744 "2003-04-08T20:03:06Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![displaced](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@displaced](https://forum.kirupa.com/u/displaced)
#### Post date: [April 8, 2003, 8:03pm UTC](https://forum.kirupa.com/t/php-mailer/17744/1 "2003-04-08T20:03:06Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 8, 2003, 11:05pm UTC](https://forum.kirupa.com/t/php-mailer/17744/2 "2003-04-08T23:05:15Z")

</div>

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

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 8, 2003, 11:10pm UTC](https://forum.kirupa.com/t/php-mailer/17744/3 "2003-04-08T23:10:34Z")

</div>

nice signature jubba 😛

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 8, 2003, 11:22pm UTC](https://forum.kirupa.com/t/php-mailer/17744/4 "2003-04-08T23:22:19Z")

</div>

thought some people would like that. 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 9, 2003, 1:24am UTC](https://forum.kirupa.com/t/php-mailer/17744/5 "2003-04-09T01:24:35Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 9, 2003, 1:59am UTC](https://forum.kirupa.com/t/php-mailer/17744/6 "2003-04-09T01:59:03Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 16, 2003, 8:54pm UTC](https://forum.kirupa.com/t/php-mailer/17744/7 "2003-04-16T20:54:45Z")

</div>

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](mailto: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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 16, 2003, 9:00pm UTC](https://forum.kirupa.com/t/php-mailer/17744/8 "2003-04-16T21:00:59Z")

</div>

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

[http://www.php.net/manual/en/ref.mail.php](http://www.php.net/manual/en/ref.mail.php)

you should find your answer.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 16, 2003, 9:18pm UTC](https://forum.kirupa.com/t/php-mailer/17744/9 "2003-04-16T21:18:02Z")

</div>

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