DaisyLou has asked for the wisdom of the Perl Monks concerning the following question:
Hi Perlmonks,
I have a file, sendMail.php, that contains one function sendMail ($fromName, $fromEmail, $to, $cc, $bcc, $subject, $messageHtml, $messageText).
I want to call the sendMail function from within Perl.
Why am I not using a Perl library you ask? Because (a) I want a single interface to email; and (b) getting Perl to play nicely with Amazon SES is proving nearly impossible.
Is there a way I can use my PHP sendMail() function to do what I way to do?
|
|---|