use Mail::Sender;
$sender = new Mail::Sender {
smtp => 'mail.yourdomain.com',
from => '[email protected]',
};
$sender->MailFile( {
to => '[email protected]',
subject => 'Here is the file',
msg => "I'm sending you the list you wanted.",
file => 'filename.txt'}
);
Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 7 invitados