kuvert

Continuing the legacy of MailFactory.

Usage

mail = Kuvert.new
mail.to = '[email protected]'
mail.from = '[email protected]'
mail.subject = 'hello'
mail.text = 'wonderful day to you!'
mail.attach('/path/to/your.pdf')
mail.to_s

Credit

All of the credit goes to David Powers for his original work on MailFactory.

License

Ruby License