Class Iowa::Email
In: src/Email.rb
Parent: Component

A specialized component that lets one easily create and send customize email. An instance of Iowa::Email can send itself, or can return a text representation suitable for piping into some other sending system.

Methods

Attributes

mail_obj  [RW] 
smtp_account  [RW] 
smtp_connection  [RW] 
smtp_password  [RW] 

Public Class methods

Public Instance methods

send_email()

Alias for send

[Validate]