http://qs321.pair.com?node_id=107761


in reply to Re: sending the same email more than once without connecting to smtp for every To adress
in thread sending the same email more than once without connecting to smtp for every To adress

ok cool i was on the right way, is there also the possibility to send attachments with net::smtp, i already read the docs but didnt find anything. is it like sendmail that i specify the header with "content type multipart/mixed...... boundary...." if yes, how is the syntax... ;.))

Replies are listed 'Best First'.
Re: Re: Re: sending the same email more than once without connecting to smtp for every To adress
by rchiav (Deacon) on Aug 25, 2001 at 03:43 UTC
    For that, you're going to want to use MIME::Lite..

    All the info you're looking for is at that link.

    Hope this helps..
    Rich