Forum Moderators: open

Message Too Old, No Replies

newsletter - dynamically generated

         

NeRu

3:57 pm on Jun 24, 2006 (gmt 0)

10+ Year Member



i wrote a cms for a newsletter.
user can create a newsletter and publish as www.whatever.com/bulletin.asp
but i want the contents of the bulletin.asp page as mail to bunch of people recorded in the mail list.

i have use the FileSystemObject's OpenTextFile and ReadAll methods and sending the mail but, in the mail i only got asp code (not parsed as html) and static html codes.

is there another method for reading and sending this bulleting.asp as seem in the www.whatever.com/bulletin.asp?

NeRu

10:31 pm on Jun 25, 2006 (gmt 0)

10+ Year Member



a solved the problem with out using fso.

i have generate the executed bulleting.asp files code as a body variable in the mailing code and use this body variable as the mail body :)