Class
MailSender
In:
app/mailsender/mail_sender.rb
Parent:
Object
Methods
add_attachment
add_text
new
send
Attributes
account
[RW]
authtype
[RW]
from
[RW]
helo_domain
[RW]
password
[RW]
smtp
[RW]
subject
[RW]
to_list
[RW]
Public Class methods
new
()
初期化
Public Instance methods
add_attachment
(file_path)
添付ファイルの追加
add_text
(text)
本文の設定
send
()
メール送信
[Validate]