Follow-up Comment #3, task #4718 (project administration):

Would this count as code:

#!/usr/bin/perl
use Mail::Webmail::Gmail;
print "Welcome to the alpha of the alpha PaperMail";
# This alpha is completely gmail powered because our primary developer is
farmilliar with this library
# But it doesn't take me long to learn libs. Especially in perl :D
print "Enter Gmail Username";
my $gmailuser = <STDIN>;
print "Enter Gmail Password";
my $gmaillpass = <STDIN>;
my $gmail = Mail::Webmail::Gmail->new(username => 'username', password =>
'password',);
my $email_addrs = [
   '[EMAIL PROTECTED]',
   '[EMAIL PROTECTED]',
   '[EMAIL PROTECTED]', ];
$gmail->send_message( to => $email_addrs, subject => 'Sent Via Papermail',
msgbody => 'Yippe PaperMail' );

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/task/?func=detailitem&item_id=4718>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to