Send email to multiple users with matching ID's (Asp.Net2 C#)
-
Hi I want to send an email out to a selection of people who will have registered for a course. Within their record they will have a course ID for the course they are on. I want to be able to click a button and it sends an email to all those with that courseID in their record. I can retrieve the course ID from the pages querystring.:confused: Can someone please advise? Many thanks Adam:)
-
Hi I want to send an email out to a selection of people who will have registered for a course. Within their record they will have a course ID for the course they are on. I want to be able to click a button and it sends an email to all those with that courseID in their record. I can retrieve the course ID from the pages querystring.:confused: Can someone please advise? Many thanks Adam:)
AdamskiR wrote:
I can retrieve the course ID from the pages querystring
Only if the course ID is in the query string. You should have some field or control where you select the course number you want to send emails for. Get the course ID from there when handling the button click event.
only two letters away from being an asset
-
AdamskiR wrote:
I can retrieve the course ID from the pages querystring
Only if the course ID is in the query string. You should have some field or control where you select the course number you want to send emails for. Get the course ID from there when handling the button click event.
only two letters away from being an asset