|
Posted by Jonathan N. Little on 11/23/80 11:43
kdavila@cfl.rr.com wrote:
> Ok, one more try. Is there a way to create an email link that would
> connect to the url of a new message window when using outlook via the
> web.
>
Learn to quote please:
and link using href set to a 'mailto:..." will break, fail, crash and
but burn, *not work* if the visitor does not have a email client like
Outlook, Outlook Express, Netscape/Mozilla Messenger, Eudora, ... and a
POP mail account.
The only reliable way is to:
1) build a mail form
2) have the form's action post data to a server-side script, Perl, PHP,
Python, ASP, ColdFusion, ... that will process the form data and create
an email on the server, and from the server send it to you via sendmail,
postfix or whatever your server's mailserver is.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|