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.
Send email w/o extra line breaks
Name: stroke6463 Date: October 12, 2006 at 07:26:22 Pacific OS: XP CPU/Ram: idk
Comment:
I send out an email every day through a command line email program. The email gets the subject from a text file that I create. When I get the email in Outlook 2003, it removes the extra line breaks and looks bad. I don't want to have to tell everyone to hit "Restore extra line breaks" every day for this e-mail. So, is there a way I can send this e-mail so it will not have these line breaks removed by outlook? I know I can use "echo." to add in a line after each line or I could put 2 spaces at the beginning of each line but I would like to avoid using them. Thanks.
Ex. This is how it is being seen w/o line breaks
Error Downloading 77 File. Errorlevel of 12. Error Downloading 78 File. Errorlevel of 12. Error Downloading 79 File. Errorlevel of 12. Refer to F:\WSFTP\WS_FTP_tools_v9.pdf
I want to see this.
Error Downloading 77 File. Errorlevel of 12. Error Downloading 78 File. Errorlevel of 12. Error Downloading 79 File. Errorlevel of 12. Refer to F:\WSFTP\WS_FTP_tools_v9.pdf
Summary: Hi, I have the following batch file that combines the contents of 2 txt files into 1: *************** :: Get system's current date into multiple variables @echo off if "%1"=="GoTo" goto %2 echo e180 B...
Summary: I am wanting to get my IP and Hostname via PERL w/o knowing either the ip or the hostname. Is there a way to do this? It seems that this is the closest to what i want but its requiring know info and...