Leser: 2
![]() |
![]() |
7 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
use Mail::Sender;
$sender = new Mail::Sender {
smtp => 'mail.yourdomain.com',
from => 'your@address.com'
};
$sender-> MailFile ({
to => 'some@address.com',
subject => 'Here is the file',
msg => "I'm sending you the list you wanted.",
file => 'filename.txt'
});
smtp => 'mail.yourdomain.com',
smtp => 'Arcoor.com'
smtp => 'Arcoor.com'
![]() |
![]() |
7 Einträge, 1 Seite |