Error sending an email

Error sending an email

Hi,

I'm trying to send an automated email (receiver is always the same) via Deluge function. It was working perfectly, but yesterday the receiver's mailbox got full and started returning this error:
  1. {
  2. "data": [
  3. {
  4. "code": "NOT_ALLOWED",
  5. "details": {
  6. "reason": "smtp;554 5.2.2 mailbox full; STOREDRV.Deliver.Exception:QuotaExceededException.MapiExceptionShutoffQuotaExceeded; Failed to process message 
  7. due to a permanent exception with message [BeginDiagnosticData]The process failed to get the correct properties. ",
  8. "api_name": "email",
  9. "json_path": "$.data[0].cc[2].email",
  10. "email": "(email)"
  11. },
  12. "message": "Email cannot be sent as recipient email's contain one or more blocked email",
  13. "status": "error"
  14. }
  15. ]
  16. }
The quota of the mailbox was increased, but I'm still getting the same error one day afer. I tried sending to another address and worked. The receiver is receiving emails from others accounts.


Is this a zoho problem?

I'm sending the email like this (this is correct): 

  1. sendEmail = invokeurl
  2. [
  3. url :"https://www.zohoapis.eu/crm/v2.1/Deals/" + dealID + "/actions/send_mail"
  4. type :POST
  5. parameters:dmp.toString()
  6. connection:"crm_connection"
  7. ];
  8. info sendEmail;


    Nederlandse Hulpbronnen