G
Guru03
Hi, i tried this:
print Email::Valid->rfc822 ('(e-mail address removed)');
and it says OK. But:
print Email::Valid->rfc822 ('<[email protected]>');
it says error. Why?
Email::Valid is not good...
print Email::Valid->rfc822 ('(e-mail address removed)');
and it says OK. But:
print Email::Valid->rfc822 ('<[email protected]>');
it says error. Why?
Email::Valid is not good...