|
 |
asp_web_howto thread: email to html...???
Message #1 by "John" <johns@t...> on Tue, 28 Nov 2000 12:42:35 -0000
|
|
Hi there..
Does anyone know if it is possible for asp to read text from an email and
convert that into basic html page?
The plan is so that our client can update there weekly newsletter by
filling out a form with the newsletter content and getting asp to create
an html page...
Is this at all possible?
Thanks a lot !!!
J
Message #2 by Robert Chartier <rchartierh@a...> on Tue, 28 Nov 2000 09:25:06 -0500
|
|
anything is possible.
if they send an email, you will need asp/COM to check and download the
email, on a time based thing. That is you will need to schedule something
to check the email account using an SMTP email COM object. If there is
email, to download and process it. You could consider not using ASP at
all, but use visual basic. It would simplify things greatly.
At 04:54 PM 11/28/00, you wrote:
>Hi there..
>
>Does anyone know if it is possible for asp to read text from an email and
>convert that into basic html page?
>
>The plan is so that our client can update there weekly newsletter by
>filling out a form with the newsletter content and getting asp to create
>an html page...
>
>Is this at all possible?
>
>Thanks a lot !!!
>J
>
Robert Chartier
Author, AspFree.com
xxx-xxx-xxxx
rchartierh@a...
http://www.aspfree.com/devlinks
http://www.aspfree.com/authors/robert
http://www.aspalliance.com/nothingmn
|
|
 |