| View previous topic :: View next topic |
| Author |
Message |
pbailey Black Belt 1st Degree


Joined: 26 Mar 2002 Posts: 1174 Location: KC MO
|
Posted: Thu Feb 12, 2009 6:38 am Post subject: Setup a email web page |
|
|
I would like to setup an email contact page on my site without the use of a persons own Outlook program.
Thanks in advance! _________________ The day you stop learning, is the day you die!
Paul |
|
| Back to top |
|
 |
cwl157 Black Belt


Joined: 12 Apr 2004 Posts: 851 Location: Chicago
|
|
| Back to top |
|
 |
evasive Mobo-fu Master


Joined: 06 May 2001 Posts: 36377 Location: Netherlands, Breda
|
Posted: Fri Sep 25, 2009 10:26 am Post subject: |
|
|
| Quote: | | The messages sent are decoded from the form and sent as an ordinary email | umm who or what is going to send that message then? Sounds to me you still need to have a working email client on the system. _________________ We hate rut, but we fear change.
System error, strike any user to continue... |
|
| Back to top |
|
 |
fussnfeathers Mobo-fu Master


Joined: 04 Dec 2008 Posts: 3093 Location: under my desk with a roast beef sandwich
|
Posted: Fri Sep 25, 2009 11:17 am Post subject: |
|
|
| evasive wrote: | | Quote: | | The messages sent are decoded from the form and sent as an ordinary email | umm who or what is going to send that message then? Sounds to me you still need to have a working email client on the system. |
We use something similar on DR, ASP though, not PHP (not my choice, I prefer PHP, but whatever). Anybody who is a member of the site fills out a quick form with name, return email address, subject line, and the contents of the email. The server then decodes that form and mails it to whichever email address is connected to that form. Right now, we just have one contact, and it rotates between me and Tim based on our schedules, but you can easily set it up to email different addresses dependent on the contact page requested, i.e. support, advertising, that sort of thing. The end user doesn't need an email client, the website does that job instead. _________________ Mine go to 11 |
|
| Back to top |
|
 |
evasive Mobo-fu Master


Joined: 06 May 2001 Posts: 36377 Location: Netherlands, Breda
|
Posted: Fri Sep 25, 2009 1:44 pm Post subject: |
|
|
I'll try this on a machine with all email clients removed (long live nlite) and see what happens. I really wonder if it doesn't need the mailto: this time _________________ We hate rut, but we fear change.
System error, strike any user to continue... |
|
| Back to top |
|
 |
fussnfeathers Mobo-fu Master


Joined: 04 Dec 2008 Posts: 3093 Location: under my desk with a roast beef sandwich
|
Posted: Fri Sep 25, 2009 6:32 pm Post subject: |
|
|
| evasive wrote: | | I'll try this on a machine with all email clients removed (long live nlite) and see what happens. I really wonder if it doesn't need the mailto: this time |
It shouldn't, not from what I can tell. I can't remember what module I used a few years ago, but I couldn't run a mail server, so any "emails" had to go through the web server platform. Did everything without any mail client required at either end. I'll see what I can dig up tomorrow, I probably still have the software floating around here somehwere. Packrat. _________________ Mine go to 11 |
|
| Back to top |
|
 |
|