Skip to main content
Inspiring
January 17, 2007
Question

email to recordset

  • January 17, 2007
  • 2 replies
  • 208 views
I need to send an email to each email address in my db. Is there a simple
way of doing that? I have hundreds of records...


This topic has been closed for replies.

2 replies

Inspiring
January 19, 2007
> Set up a recordset on the page to list all your recipients as a normal
> page.
> In code, look for the loop that displays the users details and delete.
> Replace with your e-mail function.
> As you view the page, all the e-mails should be sent out.


Great idea! Thanks for the insight.




Inspiring
January 18, 2007
Yeah, obviously test with two or three first.

Set up a recordset on the page to list all your recipients as a normal page.
In code, look for the loop that displays the users details and delete.
Replace with your e-mail function.
As you view the page, all the e-mails should be sent out.

If you need more help, let us know what language your using.

HTH,

Piers