Luka::Mailer - wrapper around Mail::SendEasy


Luka documentation  | view source Contained in the Luka distribution.

Index


NAME

Top

Luka::Mailer - wrapper around Mail::SendEasy

SYNOPSIS

Top

  my $mess = Luka::Mailer->new
             ( to         => "some@some.org",
	       cc         => "bla@bla.org",
	       subject    => "some message", 
	       from       => "me@bla.org",
	       body       => "lots of text. ta.\n"
	     );    

  if ($mess->send("Email sent")) {

      do_something();

  } else {

      warn "Couldn't sent email";

  }

SEE ALSO

Top

Mail::SendEasy, Luka

AUTHOR

Top

Toni Prug <toni@irational.org>

COPYRIGHT

Top


Luka documentation  | view source Contained in the Luka distribution.