Computing.Net > Forums > Web Development > ASP Send Mail Function

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

ASP Send Mail Function

Reply to Message Icon

Name: hawkins6423
Date: July 23, 2004 at 17:55:18 Pacific
OS: Win XP Pro
CPU/Ram: asodaospdkpsa
Comment:

I am making a form that will register an account with my website, but i want it to be sent to me and be reviewed before i add their info into my login script.
I am having a problem sending multiple variables at once,
does anyone know if there is a way I can write response.write(Var1, Var2, Var3) or something like that, beacuse i want to send multiple items thru the body text, any help please.

The source is kinda long so go here:
http://www.matt-hawk.com/script.html


thanks, matt



Sponsored Link
Ads by Google

Response Number 1
Name: macrost
Date: July 27, 2004 at 16:00:07 Pacific
Reply:

Well you could do this.

Response.Write(var1 & var2 & var3)

The & is used to concatenate.

What is it exactly that you need?


0

Response Number 2
Name: hawkins6423
Date: July 29, 2004 at 07:58:21 Pacific
Reply:

yea thanks a lot
ive been tryin to figure that out
thanks


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: ASP Send Mail Function

Can't use mail() function www.computing.net/answers/webdevel/cant-use-mail-function/1890.html

cant send mail from localhost www.computing.net/answers/webdevel/cant-send-mail-from-localhost/3788.html

Windows Live/OptOnline Sending Mail www.computing.net/answers/webdevel/windows-liveoptonline-sending-mail/3885.html