Send emails using the sendmail program

Usage example:

if sendmail_is_available then
    var mail = new Mail("from@example.com", "Title", "Content")
    mail.to.add "to@example.org"
    mail.send
else print "please install sendmail"

All subgroups and modules

module sendmail

sendmail :: sendmail

Send emails using the sendmail program
package_diagram sendmail\> sendmail base64 base64 sendmail\>->base64 core core base64->core ...core ... ...core->core

Ancestors

group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group core

core

Nit common library of core classes and methods
group text

core > text

All the classes and methods related to the manipulation of text entities

Parents

group base64

base64

Offers the base 64 encoding and decoding algorithms