CGI-ContactForm
view release on metacpan or search on metacpan
lib/CGI/ContactForm.pm view on Meta::CPAN
Download the distribution file and extract the contents.
=item *
Designate a directory as your local library for Perl modules, for instance
/www/username/cgi-bin/lib
=item *
Create the directory C</www/username/cgi-bin/lib/CGI>, and upload
C<ContactForm.pm> to that directory.
=item *
Create the directory C</www/username/cgi-bin/lib/CGI/ContactForm>, and
upload C<MHonArc.pm> to that directory.
=item *
In the CGI scripts that use this module, include a line that tells Perl
to look for modules also in your local library, such as
use lib '/www/username/cgi-bin/lib';
=back
lib/CGI/ContactForm.pm view on Meta::CPAN
authid => 'username',
authpwd => 'password',
);
C<auth> is the SMTP authentication protocol. Common protocols are C<LOGIN>
and C<PLAIN>. You may need help from the mail server's administrator to
find out which protocol and username/password pair to use.
If there are multiple forms, a more convenient way to deal with a need
for authentication may be to make use of the C<Sender.config> file that
is included in the distribution. You just edit it and upload it to the
same directory as the one where C<Sender.pm> is located.
See the L<Mail::Sender|Mail::Sender> documentation for further guidance.
=head1 AUTHOR, COPYRIGHT AND LICENSE
Copyright (c) 2003-2019 Gunnar Hjalmarsson
http://www.gunnar.cc/cgi-bin/contact.pl
This module is free software; you can redistribute it and/or modify it
( run in 1.974 second using v1.01-cache-2.11-cpan-b16cb0d3907 )