Email::Valid::Loose - Email::Valid which allows dot before at mark


Email-Valid-Loose documentation  | view source Contained in the Email-Valid-Loose distribution.

Index


NAME

Top

Email::Valid::Loose - Email::Valid which allows dot before at mark

SYNOPSIS

Top

  use Email::Valid::Loose;

  # same as Email::Valid
  my $addr     = 'read_rfc822.@docomo.ne.jp';
  my $is_valid = Email::Valid::Loose->address($addr);

DESCRIPTION

Top

Email::Valid::Loose is a subclass of Email::Valid, which allows . (dot) before @ (at-mark). It is invalid in RFC822, but is commonly used in some of mobile phone addresses in Japan (like docomo.ne.jp or jp-t.ne.jp).

IMPLEMENTATION

Top

This module overrides rfc822 method in Email::Valid.

AUTHOR

Top

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top

Email::Valid, Mail::Address::MobileJp


Email-Valid-Loose documentation  | view source Contained in the Email-Valid-Loose distribution.