Search the web
Sign In
New User? Sign Up
blat · Discussion of BLAT. Blat is a command line email tool (sending mail via smtp), written for Windows.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Including images into the e-mail   Message List  
Reply | Forward Message #10915 of 11472 |
Re: Including images into the e-mail

Dear all,
I tried this:

blat body1.html -to c@... -f s@... -subject "test" -
html -alttextf body.txt -embed C:\x\DOKU\Grafik\logo2.jpg -log
Test1.log -timestamp

The result was, that I got an e-mail, with the content of body1.html
as body of the e-mail.

<html><body><img src="http://www.domain.org/images/logo2.jpg
<http://www.domain.org/images/logo2.jpg> ">
<p>Dear Sir/Madam,</p>
<p>Please read this note and sign your life away.</p>
<p>Devilishly yours,</p>
<p>Bob</p>
</body></html>

and logo2.jpg as attachment.

This line gave the same result, but no attachment.

blat body1.html -html -to c@... -f s@... -
subject "test" -log Test1.log -timestamp

What is wrong? How should the e-mail look like?

Thanks for your help.
Claus
--- In blat@yahoogroups.com, "drcgumprecht" <claus@...> wrote:
>
> Thank you all. I will do my best to solve the problem based on your
> information.
> Claus
>
> --- In blat@yahoogroups.com, "Liz Ackerman" <lackerman@> wrote:
> >
> > This is a string from a batch file (command line program) that I
> used
> > recently to send invitations to a breakfast meeting:
> >
> > c:\windows\system\blat.exe c:\Blat\invitation.htm -html -mime -
> subject
> > "Invitation - New Customer Breakfast" -from "username@"
> > -replyto "otheruser@" -log log.txt -to
> > customer1@
> >
> > The email goes out as an html formatted document. Within the html
> file
> > (invitation.htm), is the img tag, as you described below.
> >
> > Liz
> >
> >
> >
> > --- In blat@yahoogroups.com <mailto:blat%40yahoogroups.com> , Tim
> Musson
> > <blat@> wrote:
> > >
> > Thank you all for your support. But I am not familiar with all
this
> > stuff.
> > 1. Where is the archive vor CID tags?
> > 2. How has the blat line to look like, if I would like to create
a
> > html message with the integrated information like
> > <img src="http://www.domain.org/images/logo2.jpg
> > <http://www.domain.org/images/logo2.jpg> ">
> > Thanks for your help.
> > C. Gumprecht
> >
> > .
> >
> > <http://geo.yahoo.com/serv?
> s=97359714/grpId=311137/grpspId=1705007389/msgId=
> > 10902/stime=1227027630/nc1=4507179/nc2=4025304/nc3=5191955>
> >
>





Fri Nov 21, 2008 8:33 am

drcgumprecht
Offline Offline
Send Email Send Email

Forward
Message #10915 of 11472 |
Expand Messages Author Sort by Date

Thank you all. I will do my best to solve the problem based on your information. Claus ... used ... subject ... file ... Musson ... ...
drcgumprecht
Offline Send Email
Nov 19, 2008
7:06 am

Dear all, I tried this: blat body1.html -to c@... -f s@... -subject "test" - html -alttextf body.txt -embed C:\x\DOKU\Grafik\logo2.jpg -log ...
drcgumprecht
Offline Send Email
Nov 21, 2008
8:33 am

Greetings, You forgot the cid tag.Change; <html><body><img src="http://www.domain.org/images/logo2.jpg <http://www.domain.org/images/logo2.jpg> "> to; ...
namtog
Offline Send Email
Nov 21, 2008
12:30 pm

Hey drcgumprecht, On Friday, November 21, 2008 at 3:33:54 AM you wrote d> I tried this: d> blat body1.html d> -to c@... d> -f s@... d>...
Tim Musson
mussont
Offline Send Email
Nov 21, 2008
12:37 pm

Thanks for your help. But I dont see the solution. blat body1.html -to c@... -f s@... -subject "test" -html -log Test1.log -timestamp This is the line. I use...
drcgumprecht
Offline Send Email
Nov 21, 2008
2:27 pm

Hey drcgumprecht, On Friday, November 21, 2008 at 9:27:42 AM you wrote d> Thanks for your help. But I dont see the solution. Ok, first, if you are going to use...
Tim Musson
mussont
Offline Send Email
Nov 21, 2008
2:55 pm

Greetings drcgumprecht, Please send test email(s) to; namtog@... namtog at yahoo dot com Namtog...
namtog
Offline Send Email
Nov 21, 2008
3:25 pm

Hi Namtog, did you get my e-mail? Thanks for your help. Claus...
drcgumprecht
Offline Send Email
Nov 22, 2008
3:33 pm

Greetings Claus, I checked and lo and behold I did get your email. <html><body><img src="cid:logo2.jpg"> <p>Dear Sir/Madam,</p> <p>Please read this note and...
namtog
Offline Send Email
Nov 22, 2008
5:09 pm

Good Morning, Mr. namtog, thanks for your help. Here is my send string. blat body2.html -to n@... -f s@... -subject "test" -html -log Test1.log -timestamp The...
drcgumprecht
Offline Send Email
Nov 23, 2008
11:16 am

If you have a website, place the image on the website and then your img tag looks like this: <img src="http://www.yourdomain.com/images/logo.jpg"> The body of...
Liz Ackerman
ackerliz
Offline Send Email
Nov 18, 2008
3:22 pm

Dear all, I make still no progress in including an image in to the body of my e- mail. This ist the comand line: blat body1.html -to c..@..g -f s..@.. -subject...
drcgumprecht
Offline Send Email
Feb 11, 2009
10:03 am

Hey Claus, Ok, I will roll up a batch file and html file for you in a zip and send it on, but need to know how you want to do things first. I read the previous...
Tim Musson
mussont
Offline Send Email
Feb 11, 2009
1:51 pm

Hello Tim, thanks for your help. I put the answers in between your text. Claus ... I would like to use the image I attached to the message. In the future I...
drcgumprecht
Offline Send Email
Feb 16, 2009
1:58 pm

Hey drcgumprecht, On Monday, February 16, 2009 at 8:58:14 AM you wrote d> I would like to use the image I attached to the message. Ok, I will put together an...
Tim Musson
mussont
Offline Send Email
Feb 17, 2009
1:34 pm

Hey drcgumprecht, On Monday, February 16, 2009 at 8:58:14 AM you wrote d> thanks for your help. I put the answers in between your text. I sent you a Claus.zip...
Tim Musson
mussont
Offline Send Email
Feb 17, 2009
1:47 pm

Hello Tim, thanks for the files. I tried it and it works as long as I do not change the filename blat.png. If I try logo.png, logo.jpg, blat.jpg it does not...
drcgumprecht
Offline Send Email
Feb 17, 2009
3:45 pm

Hey drcgumprecht, On Tuesday, February 17, 2009 at 10:45:14 AM you wrote d> Hello Tim, d> thanks for the files. I tried it and it works as long as I do not d>...
Tim Musson
mussont
Offline Send Email
Feb 17, 2009
3:57 pm

Hey Tim, yes it is. Claus ... not ... blat.jpg ... coures...
drcgumprecht
Offline Send Email
Feb 17, 2009
4:09 pm

Hey drcgumprecht, On Tuesday, February 17, 2009 at 11:09:50 AM you wrote ... d> yes it is. And you changed the files like this? ,----- [ 1.bat ] ... ^^^^^^^^ ...
Tim Musson
mussont
Offline Send Email
Feb 17, 2009
5:35 pm

Hey Tim, unfortunatly not. The batch file you send me did not worked. I got only a flash image of the DOS window. I changed it to this file. blat body.html -to...
drcgumprecht
Offline Send Email
Feb 17, 2009
6:27 pm

Hey drcgumprecht, On Tuesday, February 17, 2009 at 1:27:44 PM you wrote d> Hey Tim, d> unfortunatly not. The batch file you send me did not worked. I got d>...
Tim Musson
mussont
Offline Send Email
Feb 17, 2009
6:55 pm

Dear Tim, that is of course what I did. I just tried it again an the result is still the same. <IMG SRC="cid:logo2.png -embed logo2.png Logo2.png comes as an...
drcgumprecht
Offline Send Email
Feb 18, 2009
7:05 am

I could solve the problem. My html files were not real html files. Now I can crate real html files. Thank for your help. Claus ... is ... changed ... body.html...
drcgumprecht
Offline Send Email
Feb 18, 2009
10:15 am

... <html><body><img src="cid:C:\B\D\G\l.jpg"> Try removing the path from your img tag above, so it should look like this: <html><body><img src="cid:l.jpg"> ...
Chip
chipprogrammer
Offline Send Email
Feb 11, 2009
5:40 pm

... my e- ... alttextf ... the ... not ... you do not ... Thanks for your help. But the changes did not change the result. Claus...
drcgumprecht
Offline Send Email
Feb 16, 2009
2:00 pm

Hello, I have been tinkering with the -embed image option, got it working all good at the moment, but what I want to do, is to have a text line above/below the...
scottmurphy99
Offline Send Email
Feb 23, 2009
8:23 pm

Hey scottmurphy99, On Monday, February 23, 2009 at 3:23:23 PM you wrote s> I have been tinkering with the -embed image option, got it working all s> good at...
Tim Musson
mussont
Offline Send Email
Feb 23, 2009
10:05 pm

... working all ... command ... must ... Thanks Tim, I put a <br> on 2 consecutive lines and works a treat.....
scottmurphy99
Offline Send Email
Feb 24, 2009
10:48 pm
 First  |  |  Next > Last 
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help