<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000848" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000848</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/where-can-i-find-cgi-perl-script-sending-form-content-attachment-email#comment-1003623</link>
    <description> &lt;p&gt;Hassan,&lt;/p&gt;
&lt;p&gt;You might try looking at the MIME::Lite module. It allows you to easily attach files to emails as attachments. I believe even if your hosting company does not have it installed you can copy the file to your domain and use it that way. Below is basically what it looks like and it will do what you want.&lt;/p&gt;
&lt;p&gt;$msg = new MIME::Lite&lt;br /&gt;
                    From    =&amp;gt;&#039;you@yourdomain.com&#039;,&lt;br /&gt;
                    To      =&amp;gt;&quot;$fields{&#039;email&#039;}&quot;,&lt;br /&gt;
		    Cc      =&amp;gt;&#039;you@yourotherdomain.com&#039;,&lt;br /&gt;
		    Subject =&amp;gt;&#039;New Account Info&#039;,&lt;br /&gt;
                    Type    =&amp;gt;&#039;TEXT&#039;,&lt;br /&gt;
                    Data    =&amp;gt;&quot;Here is the new account info for $fields{fname}.&lt;br /&gt;
		    Account name $fields{acct_name}.&quot;;&lt;/p&gt;
&lt;p&gt;	# Attach a part:&lt;br /&gt;
        attach $msg Type     =&amp;gt;&#039;text/plain&#039;,&lt;br /&gt;
                    Path     =&amp;gt;&quot;$path/$fields{acct_name}/file.txt&quot;,&lt;br /&gt;
                    Filename =&amp;gt;&#039;file.txt&#039;;&lt;/p&gt;
&lt;p&gt;[This message has been edited by Ray Goniea (edited 30 November 1999).]&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Nov 1999 19:15:00 +0000</pubDate>
 <dc:creator>Ray Goniea</dc:creator>
 <guid isPermaLink="false">comment 1003623 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/where-can-i-find-cgi-perl-script-sending-form-content-attachment-email#comment-1003622</link>
    <description> &lt;p&gt;Might check out a variation script of formmail called bformmail. It has some other features including sending an auto responder to the person filling out the form. This might be able to do what you are wanting to do or maybe the script can be modified a little.&lt;/p&gt;
&lt;p&gt; &lt;a href=&quot;http://www.infosheet.com/iScripts.html&quot; class=&quot;bb-url&quot;&gt;www.infosheet.com/iScripts.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Dan&lt;br /&gt;
 &lt;a href=&quot;http://cds-computers.com&quot; class=&quot;bb-url&quot;&gt;&lt;strong&gt;CDS Web Design&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Nov 1999 19:01:00 +0000</pubDate>
 <dc:creator>cds</dc:creator>
 <guid isPermaLink="false">comment 1003622 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/where-can-i-find-cgi-perl-script-sending-form-content-attachment-email#comment-1003621</link>
    <description> &lt;p&gt;hmmm, I am now sure about sending a file but I know Form Mail (&lt;a href=&quot;http://www.worldwidemart.com/scripts/formmail.shtml&quot; title=&quot;http://www.worldwidemart.com/scripts/formmail.shtml&quot;&gt;http://www.worldwidemart.com/scripts/formmail.shtml&lt;/a&gt;) can send email you with form input to you.&lt;/p&gt;
&lt;p&gt;You may also want to check out  &lt;a href=&quot;http://www.cgi-resources.com.&quot; class=&quot;bb-url&quot;&gt;http://www.cgi-resources.com.&lt;/a&gt;   I am sure they have a script that you are looking for.&lt;/p&gt;
&lt;p&gt;[This message has been edited by robp (edited 30 November 1999).]&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Nov 1999 13:28:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1003621 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
