Index of class methods


F
from [Mail.mail]
self#from return the sender address

H
helo [Mail.mail]
self#helo return the string use with HELO command.

M
msg [Mail.mail]
self#msg return the body of the mail.

R
rcpt [Mail.mail]
self#rcpt return the recipient address.

S
send [Mail.mail]
self#send send the mail thru self#server
server [Mail.mail]
self#server return the server use for sending the mail.
set_from [Mail.mail]
self#set_from mail set the sender address.
set_helo [Mail.mail]
self#set_helo s set the string use with HELO command.
set_msg [Mail.mail]
self#set_msg s set body of the mail.
set_rcpt [Mail.mail]
self#set_rcpt mail set the recipient address.
set_server [Mail.mail]
self#set_server s set the server use to send mail.
set_subject [Mail.mail]
self#set_subject s set the mail subject.
subject [Mail.mail]
self#subject return the mail subject.