Hi,

Net::SMTP manages the SMTP protocol: the email transfer from one server to
the next one; it doesn't "build" an email.

As far as I can see, there's no Perl6 module to create a MIME email, such
as the MIME::Lite Perl5 module.
This doesn't mean that there's no way to do that using Perl6: you can
always use Inline::Perl5 to load the Perl5 module and transparently use it
in your program.

HTH

On Tue, Feb 28, 2017 at 10:04 PM, ToddAndMargo <toddandma...@zoho.com>
wrote:

> Hi All,
>
> Anyone know how to do an attachment with Net::SMTP.
> I need to attach a tar ball.
>
> I see this is Thunderbird's message source, but ..
>
>
> --0__=0ABB0A53DFD693F18f9e8a93df938690918c0ABB0A53DFD693F1
>> Content-type: image/gif;
>>         name="pic15602.gif"
>> Content-Disposition: attachment; filename="pic15602.gif"
>> Content-transfer-encoding: base64
>>
>
>
> Many thanks,
> -T
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Having been erased,
> The document you're seeking
> Must now be retyped.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~
>



-- 
Fernando Santagata

Reply via email to