W
Wayne Wengert
I am trying to build an aspx page that will send customized emails to a list
of email addresses (in a SQL Server table) where each email has a customized
hyperlink. As part of the body of the outgoing message I want a section that
is something like:
=========================================
Click on the following link to verify your email address:
http://mysite.com/mypage.aspx?i=nnn
=========================================
where "nnn" is an integer pulled from the database for that row.
How can I accomplish this?
Wayne
of email addresses (in a SQL Server table) where each email has a customized
hyperlink. As part of the body of the outgoing message I want a section that
is something like:
=========================================
Click on the following link to verify your email address:
http://mysite.com/mypage.aspx?i=nnn
=========================================
where "nnn" is an integer pulled from the database for that row.
How can I accomplish this?
Wayne