in reply to Calling a PHP function from within Perl

Hi, you said "getting Perl to play nicely with Amazon SES is proving nearly impossible".

Did you try following the instructions for Perl at https://docs.aws.amazon.com/ses/latest/DeveloperGuide/examples-send-using-smtp.html?


The way forward always starts with a minimal test.
  • Comment on Re: Calling a PHP function from within Perl

Replies are listed 'Best First'.
Re^2: Calling a PHP function from within Perl
by stevieb (Canon) on Jul 28, 2019 at 00:45 UTC

    ++. There's even an actual Perl tab within the documentation.

Re^2: Calling a PHP function from within Perl
by DaisyLou (Sexton) on Jul 28, 2019 at 03:48 UTC
    Thanks. I did try that, among many other things. I can't remember if the CPAN was failing for that one or if it was something else, but I couldn't get it to play nice with SES. :(

      I would try again, and capture your errors if there are any so others can help debug. It's certainly no problem using SES with Perl; in my experience the most frequent error when using an AWS API is connecting to the wrong region. What did you pass for host?


      The way forward always starts with a minimal test.
        I didn't get that far. I couldn't get it to compile (or interpret? I'm not sure what to call it in Perl! :)