•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP section within the Web Development category of DaniWeb, a massive community of 423,418 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,690 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP advertiser: Lunarpages ASP Web Hosting
Views: 435 | Replies: 1
![]() |
•
•
Join Date: May 2008
Posts: 12
Reputation:
Rep Power: 1
Solved Threads: 0
For each field of data you want to embedd in the email you could do something like this:
ASP Syntax (Toggle Plain Text)
<% If Request.Form("txtMessage") <> "" Then strMessage = Request.Form("txtMessage") End If Dim strBody strBody = strBody & strMessage & vbCrLf ObjSendMail.TextBody = strBody %>
Last edited by peter_budo : Jun 4th, 2008 at 3:27 am. Reason: Keep It Organized - please use [code] tags
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- CDO of any .Net eMail app (VB.NET)
- cdo using combo box in my form (ASP)
- Sending emails with CDO - not working (Windows NT / 2000 / XP / 2003)
- Using CDO in VBS - not working (ASP)
- CDO windows 2000 (ASP)
- Using CDO messaging service (VB.NET)
Other Threads in the ASP Forum
- Previous Thread: How to anchor TreeView Control in Web Browser
- Next Thread: Open form on the same window


Linear Mode