<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: attachments with sendmail in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958279#M77005</link>
    <description>I would rather type&lt;BR /&gt;uuencode &lt;FILEYOUSEND&gt; (&lt;NAMEYOUWANTTOSEEINATTACHMENT&gt;, not required)| sendmail &lt;EMAIL&gt;&lt;/EMAIL&gt;&lt;/NAMEYOUWANTTOSEEINATTACHMENT&gt;&lt;/FILEYOUSEND&gt;</description>
    <pubDate>Thu, 24 Apr 2003 08:43:01 GMT</pubDate>
    <dc:creator>Jerome Henry</dc:creator>
    <dc:date>2003-04-24T08:43:01Z</dc:date>
    <item>
      <title>attachments with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958276#M77002</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does anyone Know how to send file attachments using sendmail. The only way I've managed so far is the following:&lt;BR /&gt;#cat &lt;FILE&gt; | sendmail &lt;EMAIL&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Trystan.&lt;BR /&gt;&lt;/EMAIL&gt;&lt;/FILE&gt;</description>
      <pubDate>Thu, 24 Apr 2003 07:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958276#M77002</guid>
      <dc:creator>trystan macdonald_1</dc:creator>
      <dc:date>2003-04-24T07:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: attachments with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958277#M77003</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Read somewhere&lt;BR /&gt;TXTFILE=/tmp/textfile&lt;BR /&gt;MAILTO=user@remote.com&lt;BR /&gt;SUBJECT=attachmentmail&lt;BR /&gt;echo "From: $LOGNAME\nTo: $MAILTO\nSubject: $SUBJECT\nMime-Version: 1.0\nContent-Type: text/plain\n" &amp;gt; /tmp/file&lt;BR /&gt;cat $TXTFILE &amp;gt;&amp;gt; /tmp/file&lt;BR /&gt;/usr/lib/sendmail -t -oi &amp;lt; /tmp/file&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 07:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958277#M77003</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-04-24T07:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: attachments with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958278#M77004</link>
      <description>Hi,&lt;BR /&gt;I've put this into a script however this sends the file as the body of the e-mail and not as an attachment.&lt;BR /&gt;Thanks,&lt;BR /&gt;Trystan.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 08:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958278#M77004</guid>
      <dc:creator>trystan macdonald_1</dc:creator>
      <dc:date>2003-04-24T08:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: attachments with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958279#M77005</link>
      <description>I would rather type&lt;BR /&gt;uuencode &lt;FILEYOUSEND&gt; (&lt;NAMEYOUWANTTOSEEINATTACHMENT&gt;, not required)| sendmail &lt;EMAIL&gt;&lt;/EMAIL&gt;&lt;/NAMEYOUWANTTOSEEINATTACHMENT&gt;&lt;/FILEYOUSEND&gt;</description>
      <pubDate>Thu, 24 Apr 2003 08:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958279#M77005</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-04-24T08:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: attachments with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958280#M77006</link>
      <description>Check out the following script to email files as attachments:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://home.clara.net/dwotton/unix/mail_files.txt" target="_blank"&gt;http://home.clara.net/dwotton/unix/mail_files.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Thu, 24 Apr 2003 10:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958280#M77006</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-04-24T10:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: attachments with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958281#M77007</link>
      <description>i use this&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sendmail -f$FROMMAIL $TOMAIL &amp;lt;&amp;lt; ENDOFFILES&lt;BR /&gt;Subject:  Data Files&lt;BR /&gt;`/usr/bin/uuencode $CFGFILEPATH/$CFGFILE1.txt $CFGFILE1.txt`&lt;BR /&gt;`/usr/bin/uuencode $CFGFILEPATH/$CFGFILE2.txt $CFGFILE2.txt`&lt;BR /&gt;`/usr/bin/uuencode $CFGFILEPATH/$CFGFILE3.txt $CFGFILE3.txt`&lt;BR /&gt;ENDOFFILES&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2003 06:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958281#M77007</guid>
      <dc:creator>John de Villiers</dc:creator>
      <dc:date>2003-04-25T06:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: attachments with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958282#M77008</link>
      <description>Hi,&lt;BR /&gt;Thanks for the responses, this is now working.&lt;BR /&gt;Thanks,&lt;BR /&gt;Trystan.</description>
      <pubDate>Fri, 25 Apr 2003 06:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/attachments-with-sendmail/m-p/2958282#M77008</guid>
      <dc:creator>trystan macdonald_1</dc:creator>
      <dc:date>2003-04-25T06:41:23Z</dc:date>
    </item>
  </channel>
</rss>

