Computing.Net > Forums > Programming > What is making my EMAIL line break?

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.

What is making my EMAIL line break?

Reply to Message Icon

Name: taylormade
Date: November 9, 2008 at 04:58:17 Pacific
OS: DOS
CPU/Ram: 4gig
Product: self
Comment:

These lines are BEFORE my email line:
-----------------------
::pushd D:\copyetalus
::for %%j in (*) do if not exist "D:\etalus\%%j" DEL "%%j"
::for /D %%j in (*) do if not exist "D:\etalus\%%j" RD /S /Q "%%j"
-----------------------
this is my email line:
bmail -s 192.168.0.14 -t voiceover@roadrunner.com -f host6@backup.com -a "Host 6 Backup Errors" -m "D:\backuplog.txt"

My email goes out just fine WITHOUT the code at the top, but when I include the code (which I need to run to parse the file correctly) my email stops sending.
What can I do to fix this?




Sponsored Link
Ads by Google

Response Number 1
Name: klint
Date: November 9, 2008 at 07:09:00 Pacific
Reply:

Not sure but you can try the following options:

-c Prefix above file with CR/LF to separate body from header
-d Debug (Show all mail server communications)

If the -c option doesn't fix it, try the -d option and you may see some clues in the communication from the server.


0

Response Number 2
Name: taylormade
Date: November 9, 2008 at 13:11:38 Pacific
Reply:

yep...debugging revealed my problem.
thanks for the tip


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 Programming Forum Home


Sponsored links

Ads by Google


Results for: What is making my EMAIL line break?

What is wrong with this ASP code? www.computing.net/answers/programming/what-is-wrong-with-this-asp-code/5324.html

Send email w/o extra line breaks www.computing.net/answers/programming/send-email-wo-extra-line-breaks/14779.html

What is a good program www.computing.net/answers/programming/what-is-a-good-program/12876.html