How can I send emails to all registered members of my site?

Discussion in 'ASP.NET 2.0' started by ormer, May 13, 2007.

  1. I now have a number of people in myasp.net membership provider tables (asp.net_Membership & asp.net users)

    How do I send an email to all registered members of my site?

    I'd like to set up a facility forpreparing a single message and then using a "send all" function that extracts theemail addresses from the membership db and sends a bulk email.

    Can someone help here?

    Thanks

    Ken
     
  2. Yes it is my own application and I'm gratefulfor the code snippet.


    It's good to know that Greek Philosophy is still reaching the parts that other philosophies fail to reach.[​IMG]


    Thanks a lot Aristotle


    Ken
     
  3. Is this your own custom application? Some starter kits or third-party apps like DNN have this feature built in.

    In any case, try this loop:

     

Share This Page