Test::Reporter::Mail::Util - mail utility functions |
Test::Reporter::Mail::Util - mail utility functions
use Test::Reporter::Mail::Util qw( ... );
This package provides several mail related utility functions. Any function required must by explicitly listed on the use line to be exported into the calling package.
maildomain()
Attempt to determine the current uers mail domain string via the following methods
hostname(s)
mailaddress()
Return a guess at the current users mail address. The user can force the return value by setting the MAILADDRESS environment variable.
realname()
Attempts to get the reporter's real name, i.e. whatever happens to be in the GCOS field.
Graham Barr.
Maintained by Mark Overmeer <mailtools@overmeer.net>
Copyright (c) 2002-2003 Mark Overmeer, 1995-2001 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Test::Reporter::Mail::Util - mail utility functions |