user-pic

Tim

  • About: Newbie perl guy
  • Commented on Sending a simple email: the current "modern" way
    I tried the following: use Email::Sender::Simple qw(sendmail); use Email::Simple; use Email::Sender::Transport::Sendmail qw(); use Try::Tiny; $recipient = $_POST['recipient']; $firstname = $_POST['firstname']; $lastname = $_POST['lastname']; $from = $firstname + $lastname; $subject = $_POST['subject']; $body = $_POST['body']; my $email = Email::Simple->create( header=>[To=>$recipient, From=>$from,...
Subscribe to feed Recent Actions from Tim

No responses to comments.

Subscribe to feed Responses to Comments from Tim

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.