Thread mail adressen automatisch zuordnen (13 answers)
Opened by coax at 2004-04-29 16:04

renee
 2004-04-30 13:30
#28272 #28272
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
1
2
3
4
5
6
7
8
9
10
use Mail::RFC822::Address qw(valid validlist);
[...]
$email = $FORM{'email'};
[...]
if (valid($email)) {
print "That's a valid address\n";
}
if(valid($mail_destination)){
print "Destination address is valid!";
}


Steht aber auch alles in der Doku, die hinter dem Link von Strat steckt...
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread mail adressen automatisch zuordnen