|
From: Thomas S. <t.s...@fz...> - 2007-09-18 15:12:45
|
you need to put your plot image into a multipart message with appropriate MIME headers. see e.g. http://en.wikipedia.org/wiki/MIME there are several ways to do it: on newer linux systems there is the 'nail' program which is in principle 'mail' with some MIME extensions. I personally prefer Tcl with some additional libraries see http://tcllib.sourceforge.net/doc/mime-README.html but other languages/interpreters offer comparable functionality. km4hr wrote: > > I have a gnuplot that I would like to include in an email message. I > prefer to display the plot when the user opens the message. If that's not > possible I want to attach the plot to the message in a way that the plot > would be displayed automatically when the recipient opens the attachment. > I'll be sending the message from a RedHat 5 Linux system. My only > experience with email on Linux involves the "mail" command. But apparently > there's no way to include attachments using "mail". Any suggestions? > -- View this message in context: http://www.nabble.com/How-to-include-a-plot-in-an-email--tf4474356.html#a12759145 Sent from the Gnuplot - User mailing list archive at Nabble.com. |