Jmail access and FrontPage

  • Thread starter Thread starter Ted Ljong
  • Start date Start date
T

Ted Ljong

Hi
I have searched and tried for days now how to managed send Email from a DB
result page with Jmail. It´s a member db that I can make different searches
from ex a list with email adresses. When I get the result on the page I want
to send mail to all the email adresses from the searchresult.

Is there anyone who have done this or knows a site with examples or a
program/script or something that could fix this. It must be Jmail, my host
doesn´t support CDONTS.

Please give me some help
Ted
 
You have to write a script the loop thru the recordset to send the email
before it loaded on to the page.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Thanks Thomas
I know this, but the problem is that i`m not god enough to write the aspcode
myself. I need to find an aspscript ready to use. It´s not a problem if I
have to pay for it.

Ted Ljong
 
Ted,

The best way to learn how to code this is to search for free pre-written ASP
mail list management application:

A good starting point is:
http://www.ycoln-resources.com/resources/asp/news.asp?id=23&parentID=1

and also review the Jmail documentation for the correct syntax of code:
http://www.dimac.net/

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Ok I will give this a try, thanks Thomas
Ted
Thomas A. Rowe said:
Ted,

The best way to learn how to code this is to search for free pre-written ASP
mail list management application:

A good starting point is:
http://www.ycoln-resources.com/resources/asp/news.asp?id=23&parentID=1

and also review the Jmail documentation for the correct syntax of code:
http://www.dimac.net/

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


from page
 
Back
Top