email module
Status: Planning
Brought to you by:
wodkaist
Create a module for emailing routines, sending mail with object type. For example :
$email = new email();
$email->setSubject('creating module');
$email->addTo('jean@sf.net');
$email->addTo('wodkaist@sf.net');
$email->attachFile(form::file('image'));
$email->setText = 'Voici le fichier';