You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SES Mailer doesn't seem to like S3 attachments.
When trying to send an attachement with the mailer from gravity forms:
2023-08-01 14:25:54.230185 - DEBUG --> Array
(
[to] => [email protected]
[subject] => The PDF for entry 232 is attached.
[message] => <html>
<head>
<title>The PDF for entry 232 is attached.</title>
</head>
<body>
The PDF for entry 232 is attached.
</body>
</html>
[headers] => Array
(
[From] => From: "test" <[email protected]>
[Content-type] => Content-type: text/html; charset=UTF-8
)
[attachments] => Array
(
[0] => ymir-public:///uploads/test/test.pdf
)
[abort_email] =>
)
2023-08-01 14:25:54.236120 - DEBUG --> GFCommon::send_email(): Result from wp_mail():
2023-08-01 14:25:54.236179 - ERROR --> GFCommon::send_email(): WordPress was unable to send the notification email (#workflow_step_19_user_1 - workflow_step_19_user_1) for entry #232 to the sending server.
there is no issue if the file is copied to /tmp first and the attachment fetch from there instead of S3. Might have some shenanigans going with the stream.
The text was updated successfully, but these errors were encountered:
The SES Mailer doesn't seem to like S3 attachments.
When trying to send an attachement with the mailer from gravity forms:
there is no issue if the file is copied to
/tmp
first and the attachment fetch from there instead of S3. Might have some shenanigans going with the stream.The text was updated successfully, but these errors were encountered: