我想使用 php 变量作为使用 aws php sdk 的 Amazon SES 的目标电子邮件...以下是相关的代码行
$email = new AmazonSES();
$recip = array("ToAddresses"=>"$email");
$message = array("Subject.Data"=>"Welcome to Weather Warnings","Body.Text.Data"=>"tester");
$email->send_email("me@mydomain.com",$recip, $message);
我的错误是.... 设置 recip 变量的行是第 31 行
可捕获的致命错误:无法将 AmazonSES 类的对象转换为第 31 行 /home/websites/wxwarn/customer/register.php 中的字符串