Madrill gives invalid response when trying to send via Email users
-
Hi,
I’m trying to get Mandrill deliver an email to a group of users, using the email users plugin.
However, the emails themselves are never delivered, looking into the logs I found that the function
wpMandrill::wp_mail_native
gets called, which tends to happen in case of errors. (and the log containswpMandrill::wp_mail_native
)The value of status key of wpMandrill::mail’s return parameter, $sent is returned as ‘invalid’
Unfortunately, that’s about all I could fetch/understand since I don’t know any PHP.
Any ideas why this is happening? It doesn’t seem to matter if I send an email to a single user or a group, the response status is always invalid.
Edit: After more debugging I found that Email users assigns the recipients in
name <emailid>
format – is this the reason for the invalid status?
- The topic ‘Madrill gives invalid response when trying to send via Email users’ is closed to new replies.