[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

TMail attachments

Morten

12/30/2006 1:24:00 AM


Hi,

Anyone know where I can find any sort of documentation for
TMail::Attachment?

How do I access the actual content of an attachment (name, mime type,
size, data)?

Thanks.

Morten

1 Answer

user@domain.invalid

12/30/2006 12:15:00 PM

0

le 30/12/2006 02:24, Morten nous a dit:
>
> Hi,
>
> Anyone know where I can find any sort of documentation for
> TMail::Attachment?
>
> How do I access the actual content of an attachment (name, mime type,
> size, data)?
>

You could have a look to ActiveMailer classes from Ruby on Rails as it
relies on TMail.

Of even better, you could use ActiveMailer outside Rails (quite easy,
just two requires)