# Mailer php

**URL:** https://forum.kirupa.com/t/mailer-php/12022
**Category:** Uncategorized
**Created:** [January 25, 2003, 3:30pm UTC](https://forum.kirupa.com/t/mailer-php/12022 "2003-01-25T15:30:45Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![zephn](https://avatars.discourse-cdn.com/v4/letter/z/5f8ce5/32.png) [@zephn](https://forum.kirupa.com/u/zephn)
#### Post date: [January 25, 2003, 3:30pm UTC](https://forum.kirupa.com/t/mailer-php/12022/1 "2003-01-25T15:30:45Z")

</div>

OK I have searched for the last few weeks in this forum and tried many variations of php and such with my mailer.  
To mentioin a few I have gone to the following links for reference

[http://www.actionscript.org/tutorials/intermediate/php\_send\_mail/index.shtml](http://www.actionscript.org/tutorials/intermediate/php_send_mail/index.shtml)

[http://www.kirupaforum.com/showthread.php?s=&threadid=9303&highlight=mailer](http://www.kirupaforum.com/showthread.php?s=&threadid=9303&highlight=mailer)

[http://www.kirupaforum.com/search.php?s=&action=showresults&searchid=30653&sortby=lastpost&sortorder=descending](http://www.kirupaforum.com/search.php?s=&action=showresults&searchid=30653&sortby=lastpost&sortorder=descending)

and so on and so on.  
I show you these to let youknow I am not starting form scratch without attempting it first. I have a small mailer box on my site I am building for a nightclub. To see what it looks like go to  
[http://www.swordinthestone.20m.com/thisislondon](http://www.swordinthestone.20m.com/thisislondon)

The files that mnake this up are  
[http://www.swordinthestone.20m.com/thisislondon/components/mailer.fla](http://www.swordinthestone.20m.com/thisislondon/components/mailer.fla)  
[http://www.swordinthestone.20m.com/thisislondon/components/mailer.swf](http://www.swordinthestone.20m.com/thisislondon/components/mailer.swf)  
[http://www.swordinthestone.20m.com/thisislondon/components/mail.php3](http://www.swordinthestone.20m.com/thisislondon/components/mail.php3)

How can i get this to work. H88’s posts seem to have been informative to others but I can’t translate it and make it work with my text bopxes which have different values.

Can anyone shed some light on my situation.

---

<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: [January 25, 2003, 3:35pm UTC](https://forum.kirupa.com/t/mailer-php/12022/2 "2003-01-25T15:35:08Z")

</div>

i might have just discovered my server does not allow user side scripts.

---

<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: [January 25, 2003, 4:37pm UTC](https://forum.kirupa.com/t/mailer-php/12022/3 "2003-01-25T16:37:18Z")

</div>

I need a mailer that works. What is the best script to use to make a mailer for an all flah site.

```
Php seems to be the best but theres peal asp and others I have seen mentioned but I have no idea how exactly they work. 

```

Does anyone have an example of a all flash site with a mailer in it that you enter the info and click submit and then you keep on browsing normally.

once again [www.swordinthestone.20m.com/thisislondon](http://www.swordinthestone.20m.com/thisislondon) is my site I am building so you see what I am aiming for.

Thanks guys  
Andrew

---

<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: [January 25, 2003, 10:31pm UTC](https://forum.kirupa.com/t/mailer-php/12022/4 "2003-01-25T22:31:15Z")

</div>

bump since I see h88 is around

---

<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: [January 25, 2003, 10:40pm UTC](https://forum.kirupa.com/t/mailer-php/12022/5 "2003-01-25T22:40:50Z")

</div>

> \*Originally posted by zephn \*  
> **Does anyone have an example of a all flash site with a mailer in it that you enter the info and click submit and then you keep on browsing normally.**

> **[Flash Kit Community Forums](https://board.flashkit.com/board/)**
>
> This is a discussion forum for all issues related to macromedia flash and shockwave, fireworks, development

The link above includes a full working php mailer script embeded on a flash movie, Forget about my old code, seem’s abit complicated.

---

<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: [January 25, 2003, 10:40pm UTC](https://forum.kirupa.com/t/mailer-php/12022/6 "2003-01-25T22:40:59Z")

</div>

If you just want a simple mailer use cgi-bin perl. PHP is better yes but for a simple mailer you can just use post and send the variables I do that at  
[http://hurlburts.com/rynoe/rynoemail.html](http://hurlburts.com/rynoe/rynoemail.html)  
If you want the code let me know…
