Thread
mail mit dem attachment senden
(11 answers)
Opened by
coax
at
2004-02-28 03:06
esskar
2004-02-28 15:30
User since
2003-08-04
7321 Artikel
ModeratorIn
was stört dich an einer schleife?
hast du es mal so probiert:
Code: (
dl
)
1
2
3
4
5
6
7
my @to = ('some@domain.ex', 'body@domain.ex');
sub Smtp # ...
{
#...
$smtp->to(@to);
#...
}
View full thread
mail mit dem attachment senden