Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 What is the easiest way to send html mail?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

vizido
Starting Member

5 Posts

Posted - 02 May 2001 :  16:29:16  Show Profile  Visit vizido's Homepage  Send vizido an ICQ Message
Hi,
I prepaer a code of html and I want to send it.
So I need to put all this code in a variable that will be the body of the e-mail.
So now I need to go to every line and write "_" in the end.
Is there easiest way to do so?
Maybe a program that do it in one click?
Did u undersatnd my question?


MorningZ
Junior Member

USA
169 Posts

Posted - 02 May 2001 :  17:24:52  Show Profile  Visit MorningZ's Homepage  Send MorningZ an AOL message
i dont understand the question fully....

why would you need "_" 's ??

what email object do you use? CDONTS, ASPMAil, etc ??

Go to Top of Page

vizido
Starting Member

5 Posts

Posted - 03 May 2001 :  00:56:51  Show Profile  Visit vizido's Homepage  Send vizido an ICQ Message
Hi,
I use CDnots.
How will I enter there a code of 100 lines?

Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 03 May 2001 :  14:58:31  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
do like this....

strEmailBody = "This is the first line" & vbCrLf
strEmailBody = strEmailBody & "And the next line" & vbCrLf

then just use the var strEmailBody as in CDONTS as the body of the email.

vbCrLf = starts a new line

Brad
Go to Top of Page

vizido
Starting Member

5 Posts

Posted - 03 May 2001 :  17:56:57  Show Profile  Visit vizido's Homepage  Send vizido an ICQ Message
Ok.
So I can do it without problem.
Bt my code is longer than 100 lines and I think it's pitty to write it every line.
Does anyone know a better way to do so?

Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 03 May 2001 :  17:59:41  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
But wouldnt you have to only write it once and then it would be done? 100 lines really isnt that much, try formating a 3,000 line email. now that takes forever

Brad
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07