Search found 4 matches

by johnob
17 Jan 2014 01:59
Forum: DOS Batch Forum
Topic: sending email from dat file problem
Replies: 18
Views: 10977

Re: sending email from dat file problem

Aah, I see now but you can't send the email automatically. It just opens up the email in Windows Live Mail and you still have to send it from there.


Yes ,it does send out automatically when the .bat file is run.

Thanks for all your help, I'm just using it as a one line Body text.
by johnob
16 Jan 2014 09:10
Forum: DOS Batch Forum
Topic: sending email from dat file problem
Replies: 18
Views: 10977

Re: sending email from dat file problem

sorry

its windows live mail
by johnob
16 Jan 2014 09:01
Forum: DOS Batch Forum
Topic: sending email from dat file problem
Replies: 18
Views: 10977

Re: sending email from dat file problem

here is some of the code : ::email-bat.cmd::::::::::::::::::::::::::::::::::::::::::::::::::::: @echo off setlocal :: defaults set From=********@btinternetcom set To=*********@btinternetcom set Subj="New Update %date% %time%" set Body="Hello%0D%0AThis is the new update.%0D%0Please Ins...
by johnob
16 Jan 2014 08:47
Forum: DOS Batch Forum
Topic: sending email from dat file problem
Replies: 18
Views: 10977

sending email from dat file problem

Hi all, Im trying to get the body text on an email to set out correctly, but can't seem to get it working right. What im trying to do ands what result happens . command line .. set Body="Hello%0D%0AThis is the new update.%0D%0Please Install%0D%0Thank you" What i want is .. Hello This is th...