[thelist] Strings in ASPMail

Chris Blessing webguy at mail.rit.edu
Mon Jan 14 10:32:20 CST 2002


Something like...

mail.body = "Dear Mr. " & username & "," & vbcrlf & vbcrlf &_
		"Your password is: " & password

This of course requires you to setup your variables ahead of time, setting
username/password to the appropriate values that you pluck from your db.

Chris Blessing
webguy at mail.rit.edu
http://www.330i.net

> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of Faye Tarzwell (FayeC)
> Sent: Monday, January 14, 2002 11:23 AM
> To: Evolt
> Subject: [thelist] Strings in ASPMail
>
>
> Hi,
>
> I am trying to create a page to send email using ASPMail (CDONTS) but I
> am running through a problem in how to insert variables in the email
> body.
> Can anybody tell me how to do this properly? The books I have only show
> how to create the procedure but all the examples show text only email
> bodies.
> I would need to insert variables read from the db...something like:
>
> Dear mr. (username),
>
> You have requested that your password be sent to you.
> Password: (password)
>
> ....
>
> Any help is extremely appreciated,
>
> --
> Flavia Tarzwell (FayeC)
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list