Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

email to recordset

LEGEND ,
Jan 17, 2007 Jan 17, 2007

Copy link to clipboard

Copied

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...


TOPICS
Server side applications

Views

193
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 18, 2007 Jan 18, 2007

Copy link to clipboard

Copied

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


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 18, 2007 Jan 18, 2007

Copy link to clipboard

Copied

LATEST
> 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.




Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines