azureazure-communication-services

Azure Communication Services - Send Email not arriving


When I send my first email from Azure Communication Services (az communication email send) it accepts the send email request, returning a MessageId. When I query that MessageId using "az communication email status get" it seems stuck at "status": "OutForDelivery", and no message email arrives.

Any idea what might be the problem?


Solution

  • I used the wrong kind of double quote when specifying the recipient:

    --to "reciever mail” (U+201D)

    instead of :

    --to "reciever mail" (U+0022)

    which I guess became part of the address!