Forums

ASP

This topic is locked

Web Mail

Posted 06 Jun 2001 00:31:34
1
has voted
06 Jun 2001 00:31:34 Viktor Farcic posted:
I need to make web mail application. I'm not asking something you to tell me how to make it, just where to look. I suppose there's some component. Does any of you have experience with this?

Replies

Replied 08 Jun 2001 19:55:11
08 Jun 2001 19:55:11 Joel Martinez replied:
well... you can just go the macromedia exchange and search for "mail"... there'a a good one by Ray West in there... or if you want to go the custom coding way... here's a script
--------------------------------

set email = CreateObject("CDONTS.NewMail"
msgfrom = " "
msgto = " "
msgsubject = "Website message"
msgmessage = "hello... it''s a message"
email.send msgfrom, msgto, msgsubject, msgmessage, 0

<hr>
...is this thing on?
Replied 08 Jun 2001 20:11:04
08 Jun 2001 20:11:04 Viktor Farcic replied:
I'm affraid that it's a little bit more complicated than that. I tought of web mail like hotmail, yahoomail... Not at this scale, just for 40-50 users.

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
well... you can just go the macromedia exchange and search for "mail"... there'a a good one by Ray West in there... or if you want to go the custom coding way... here's a script
--------------------------------

set email = CreateObject("CDONTS.NewMail"
msgfrom = " "
msgto = " "
msgsubject = "Website message"
msgmessage = "hello... it''s a message"
email.send msgfrom, msgto, msgsubject, msgmessage, 0

&lt;hr&gt;
...is this thing on?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Replied 09 Jun 2001 00:00:24
09 Jun 2001 00:00:24 Joel Martinez replied:
<font face='Arial'>try JMAIL at </font id='Arial'>tech.dimac.net/

I read real quick through the docs, and it looks like it might be what you're looking for

Hope it helps,
Joel Martinez

----------
Is this thing on?....

Reply to this topic