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:
- {
- "data": [
- {
- "code": "NOT_ALLOWED",
- "details": {
- "reason": "smtp;554 5.2.2 mailbox full; STOREDRV.Deliver.Exception:QuotaExceededException.MapiExceptionShutoffQuotaExceeded; Failed to process message
- due to a permanent exception with message [BeginDiagnosticData]The process failed to get the correct properties. ",
- "api_name": "email",
- "json_path": "$.data[0].cc[2].email",
- "email": "(email)"
- },
- "message": "Email cannot be sent as recipient email's contain one or more blocked email",
- "status": "error"
- }
- ]
- }
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.