Tim
- About: Newbie perl guy
Recent Actions
-
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,...
Comment Threads
No responses to comments.
Responses to Comments from TimAbout 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.