dbTalk Databases Forums  

Sendmail Unix for sending gif NOT attachment

comp.databases.pick comp.databases.pick


Discuss Sendmail Unix for sending gif NOT attachment in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sigio
 
Posts: n/a

Default Sendmail Unix for sending gif NOT attachment - 02-22-2006 , 10:43 AM






There's anyone that can help me to send a html e-mail with a gif using
sendmail running on Unix?
I encode the gif with the uuencode utility but I don't want it to be
received like an attachment, I'd like to have the gif in the mail body.
Any suggestion?
Simone (Florence - Italy)


Reply With Quote
  #2  
Old   
Glen B
 
Posts: n/a

Default Re: Sendmail Unix for sending gif NOT attachment - 02-22-2006 , 03:06 PM






You need to use mutt, or something similar, to send the HTML as the body.
Or, learn how MIME envelopes work and send the raw e-mail. It's not that
hard to learn.

Glen

"sigio" <sigio (AT) cafedelraga (DOT) com> wrote

Quote:
There's anyone that can help me to send a html e-mail with a gif using
sendmail running on Unix?
I encode the gif with the uuencode utility but I don't want it to be
received like an attachment, I'd like to have the gif in the mail body.
Any suggestion?
Simone (Florence - Italy)




Reply With Quote
  #3  
Old   
Tony Gravagno
 
Posts: n/a

Default Re: Sendmail Unix for sending gif NOT attachment - 02-22-2006 , 05:53 PM



"sigio" wrote:
Quote:
There's anyone that can help me to send a html e-mail with a gif using
sendmail running on Unix?
I encode the gif with the uuencode utility but I don't want it to be
received like an attachment, I'd like to have the gif in the mail body.
Any suggestion?
Simone (Florence - Italy)
Simone, benvenuto cordiale!

The way you embed images depends on the tools you use to build the
mail body. There are many tools and many documents on the net to
describe the format of mail headers. Basically you need to specify a
Content-ID, Content-Disposition:inline, Content-Type:image/gif" (and
other headers), then in the body of your mail, you need:
<img src="CID:12312323">
The CID must match the Content-ID. Adding in more images means adding
more content tags and img tags, possibly using a higher-level mail
header of Content-Type:multipart/alternative or multipart/mixed, and
some other details.

Spero quello t'aiutato.
(Discutiamo base di dati qui, non email - lo sa? Ha una sistema di
Pick?)

Saluti a bella Firenze!
Tony
TG@ rimuovaNebula-RnD.com


Reply With Quote
  #4  
Old   
Scott Ballinger
 
Posts: n/a

Default Re: Sendmail Unix for sending gif NOT attachment - 02-23-2006 , 08:07 AM



This type of questions ("How do I email html/attachment/whatever?")
seems to come up about once a month. My standard response is "try
postie" (a command line mailer from ingfradig.com). There is a free
non-commercial version, the commercial version is only $75 US. I use it
at all my sites; it can handle both pop and imap, and can not only send
emails but also read an inbox, move/copy/delete messages, etc.

I am curious: does anyone else use this great tool? or am I the only one
that is happy to pay a tiny amount for something that already works. Is
it a productive use of time to figure out the internals of email
messages and master the use of the multiple utilities necessary to
encode/assemble/send/roll-your-own? It seems to me that the time spent
googling for the answer(s) alone makes the DIY approach more expensive
than postie.

/Scott Ballinger
Pareto Corporation
Edmonds WA USA
206 713 6006

Tony Gravagno wrote:
Quote:
"sigio" wrote:
There's anyone that can help me to send a html e-mail with a gif using
sendmail running on Unix?
I encode the gif with the uuencode utility but I don't want it to be
received like an attachment, I'd like to have the gif in the mail body.
Any suggestion?
Simone (Florence - Italy)

Simone, benvenuto cordiale!

The way you embed images depends on the tools you use to build the
mail body. There are many tools and many documents on the net to
describe the format of mail headers. Basically you need to specify a
Content-ID, Content-Disposition:inline, Content-Type:image/gif" (and
other headers), then in the body of your mail, you need:
img src="CID:12312323"
The CID must match the Content-ID. Adding in more images means adding
more content tags and img tags, possibly using a higher-level mail
header of Content-Type:multipart/alternative or multipart/mixed, and
some other details.

Spero quello t'aiutato.
(Discutiamo base di dati qui, non email - lo sa? Ha una sistema di
Pick?)

Saluti a bella Firenze!
Tony
TG@ rimuovaNebula-RnD.com

Reply With Quote
  #5  
Old   
Bruce A. Holt
 
Posts: n/a

Default Re: Sendmail Unix for sending gif NOT attachment - 02-23-2006 , 08:53 AM




"Scott Ballinger" <scott (AT) paretoTIRED-OF-SPAM (DOT) net> wrote

Quote:
This type of questions ("How do I email html/attachment/whatever?") seems
to come up about once a month. My standard response is "try postie" (a
command line mailer from ingfradig.com).
Change that to infradig dot com






Reply With Quote
  #6  
Old   
sigio
 
Posts: n/a

Default Re: Sendmail Unix for sending gif NOT attachment - 02-24-2006 , 04:30 AM



Thanks to everybody. I've resolved all my problems.
you,ve been very very kind.
ciao a tutti e grazie !!!


Reply With Quote
  #7  
Old   
hbkeultjes@gmail.com
 
Posts: n/a

Default Re: Sendmail Unix for sending gif NOT attachment - 02-24-2006 , 06:14 AM



Tony, you charmer!

Henry


Tony Gravagno wrote:
Quote:
"sigio" wrote:
There's anyone that can help me to send a html e-mail with a gif using
sendmail running on Unix?
I encode the gif with the uuencode utility but I don't want it to be
received like an attachment, I'd like to have the gif in the mail body.
Any suggestion?
Simone (Florence - Italy)

Simone, benvenuto cordiale!

The way you embed images depends on the tools you use to build the
mail body. There are many tools and many documents on the net to
describe the format of mail headers. Basically you need to specify a
Content-ID, Content-Disposition:inline, Content-Type:image/gif" (and
other headers), then in the body of your mail, you need:
img src="CID:12312323"
The CID must match the Content-ID. Adding in more images means adding
more content tags and img tags, possibly using a higher-level mail
header of Content-Type:multipart/alternative or multipart/mixed, and
some other details.

Spero quello t'aiutato.
(Discutiamo base di dati qui, non email - lo sa? Ha una sistema di
Pick?)

Saluti a bella Firenze!
Tony
TG@ rimuovaNebula-RnD.com


Reply With Quote
  #8  
Old   
Tony Gravagno
 
Posts: n/a

Default Re: Sendmail Unix for sending gif NOT attachment - 02-24-2006 , 03:52 PM



It seems postie does more than the freeware people usually mention,
and (trusting Scott) is probably worth the cost. Many people want to
use blat, mutt, sendmail, etc, which, among other issues, aren't
cross-platform and of course need to be integrated with MV by an MV
developer.

<ad>
While the OP didn't mention Pick, I'll add that NebulaMail is only
$250 per server (discounts for VARs integrating with their apps and
deploying to many sites), it's cross-platform, completely integrated
with MV, sends and receives e-mail, and does inline attachments. It
also avoids the common issue of custom solutions where inline images
show up as attachments in some mail readers, or where text shows as an
attachment in an HTML reader or HTML shows as an attachment in a text
reader- the "other" format is completely hidden from the client.
More info here:
http://removethisNebula-RnD.com/products/mail.htm
</>

Tony


Scott Ballinger wrote:

Quote:
This type of questions ("How do I email html/attachment/whatever?")
seems to come up about once a month. My standard response is "try
postie" (a command line mailer from ingfradig.com). There is a free
non-commercial version, the commercial version is only $75 US. I use it
at all my sites; it can handle both pop and imap, and can not only send
emails but also read an inbox, move/copy/delete messages, etc.

I am curious: does anyone else use this great tool? or am I the only one
that is happy to pay a tiny amount for something that already works. Is
it a productive use of time to figure out the internals of email
messages and master the use of the multiple utilities necessary to
encode/assemble/send/roll-your-own? It seems to me that the time spent
googling for the answer(s) alone makes the DIY approach more expensive
than postie.

/Scott Ballinger
Pareto Corporation
Edmonds WA USA
206 713 6006

Tony Gravagno wrote:
"sigio" wrote:
There's anyone that can help me to send a html e-mail with a gif using
sendmail running on Unix?
I encode the gif with the uuencode utility but I don't want it to be
received like an attachment, I'd like to have the gif in the mail body.
Any suggestion?
Simone (Florence - Italy)

Simone, benvenuto cordiale!

The way you embed images depends on the tools you use to build the
mail body. There are many tools and many documents on the net to
describe the format of mail headers. Basically you need to specify a
Content-ID, Content-Disposition:inline, Content-Type:image/gif" (and
other headers), then in the body of your mail, you need:
img src="CID:12312323"
The CID must match the Content-ID. Adding in more images means adding
more content tags and img tags, possibly using a higher-level mail
header of Content-Type:multipart/alternative or multipart/mixed, and
some other details.

Spero quello t'aiutato.
(Discutiamo base di dati qui, non email - lo sa? Ha una sistema di
Pick?)

Saluti a bella Firenze!
Tony
TG@ rimuovaNebula-RnD.com


Reply With Quote
  #9  
Old   
mike_mcguane@mikronvinyl.com
 
Posts: n/a

Default Re: Sendmail Unix for sending gif NOT attachment - 02-24-2006 , 06:04 PM



esker software has a good tool vsi fax. unix install allows you to
'spool' from pick to email. It has full document conversions
including, html, tif, pdf, etc. a hardcore unix guy might not be
impressed. but I was running MV Enterprise on AIX, vary new to (AIX
and unix about a month) And had emails being sent from from Pick Print
jobs in half a day. A bit pricing for a small shop, but for a 100 plus
license enterprise it was like 1500. Course we went a diffrerent
direction because "C" level exec talked to a copier salesman.

But, Esker will be at Spectrum next Month in Long Beach, so you could
check with them.

MikeMc


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.