Great introduction. Question: Why do you have the DoNotReply address configured in the Email Service in the Azure Portal but have to add it to the C# code (line 31 in the code shown @ the 9:50 mark)? Is there a way to reference the Email Service rather than have it hard coded?
Can we create a mailbox to receive emails from external customers in Azure Com services ? Or can user reply to the email address from which emails are sent ?
Is this strictly 1 directional from application to user? I am just trying to set up a contact form so that a user provides their email and message which is sent via email to the client.
unfortunatelly, I have an azure DNS where I've setup the TXT record and the verification fails. I don't know what to do, this service is not working for custom domains.
Shame the demo was unintelligible in places as he swallowed a lot of his words - bit irritating when watching technical videos as all information is important.
Thanks for the video. I was not able to find the API Throttling and Timeouts documentation on the site though. (Apart from the one that's for a sandbox account). How can I know about that. ? Thank you.
2:40 - but let's not bother to mention just how incredibly limited connecting custom domains is! You can only connect 1 at a time. So to connect multiple, you have massive administrative overhead laid out for you by the creators (clearly some kind of thwarting tactic to keep people away)
it can be either a txt or a cname. You would use a cname record in your own dns to redirect to a txt record that is housed in Microsoft's DNS. This is how their office365 dkim works as well.
I tried the tutorial and I keep getting the error "Repeatability first sent header was not in 5 minutes window. Status: 412". I don't see this error anyware. Anyone knows what is happening?
I'm using an Azure Function to send email. I've run this locally and within the Azure Portal. But I keep getting the following error. Email sender's username is invalid. Please use a username from the list of valid usernames configured by your admin. Status: 400 (Bad Request) ErrorCode: InvalidSenderUserName Content: {"error":{"code":"InvalidSenderUserName","message":"Email sender's username is invalid. Please use a username from the list of valid usernames configured by your admin.","target":null,"details":null,"innererror":null}} Headers: mise-correlation-id: REDACTED Repeatability-Result: REDACTED x-ms-request-id: 53f68e00-d74b-4e68-acb7-3e9be12ca671 x-ms-error-code: REDACTED api-supported-versions: REDACTED X-Cache: REDACTED X-Azure-Ref: REDACTED Date: Wed, 30 Nov 2022 17:32:10 GMT Content-Length: 218 Content-Type: application/json; charset=utf-8
Great demo, Thanks!
Can you do a tutorial on how to send email with the REST API? the authentication method and subsequent submission has been quite difficult
I second this! @makkiel did you ever work through the REST API authentication?
How i can get the smtp full paramètres to make SMTP on my Mailing Mass Sender ! Please can you help me ?
Great introduction. Question: Why do you have the DoNotReply address configured in the Email Service in the Azure Portal but have to add it to the C# code (line 31 in the code shown @ the 9:50 mark)? Is there a way to reference the Email Service rather than have it hard coded?
can you do a topic on Deprecation of "Basic Authentication in Exchange Online" and how to reconfigure your mail as Azure
Good luck with throttling 429 error. I am 5 days already with Azure support and it seems they have no clue how to adjust sending limit.
Can we use this for bulk email send
Can we create a mailbox to receive emails from external customers in Azure Com services ? Or can user reply to the email address from which emails are sent ?
Is this strictly 1 directional from application to user? I am just trying to set up a contact form so that a user provides their email and message which is sent via email to the client.
unfortunatelly, I have an azure DNS where I've setup the TXT record and the verification fails. I don't know what to do, this service is not working for custom domains.
Hi , I am having the same issue. Were you able to solve it?. Thanks.
Does not working, I have done everything the way it showed but sadly it's not configured.
Shame the demo was unintelligible in places as he swallowed a lot of his words - bit irritating when watching technical videos as all information is important.
Thanks for the video. I was not able to find the API Throttling and Timeouts documentation on the site though. (Apart from the one that's for a sandbox account). How can I know about that. ? Thank you.
It seems like sandbox limits are gone too as of now. I have found new limits in another parts of docs. 25/hour per account
Can we create a dynamic email templates using API in Azure communication services ?
Did you create dynamic template for email?
The speaking its ready bad in DEMO part..
Getting input type error saying not encoded to base64.
2:40 - but let's not bother to mention just how incredibly limited connecting custom domains is! You can only connect 1 at a time. So to connect multiple, you have massive administrative overhead laid out for you by the creators (clearly some kind of thwarting tactic to keep people away)
There's nothing about where the email SDK comes from.
Why can’t someone send HTML message?
Isn't DKIM a TXT record? Why is it a CNAME record?
it can be either a txt or a cname. You would use a cname record in your own dns to redirect to a txt record that is housed in Microsoft's DNS. This is how their office365 dkim works as well.
cant understand the 2nd guy.
I tried the tutorial and I keep getting the error "Repeatability first sent header was not in 5 minutes window.
Status: 412". I don't see this error anyware. Anyone knows what is happening?
I'm using an Azure Function to send email. I've run this locally and within the Azure Portal. But I keep getting the following error.
Email sender's username is invalid. Please use a username from the list of valid usernames configured by your admin. Status: 400 (Bad Request) ErrorCode: InvalidSenderUserName Content: {"error":{"code":"InvalidSenderUserName","message":"Email sender's username is invalid. Please use a username from the list of valid usernames configured by your admin.","target":null,"details":null,"innererror":null}} Headers: mise-correlation-id: REDACTED Repeatability-Result: REDACTED x-ms-request-id: 53f68e00-d74b-4e68-acb7-3e9be12ca671 x-ms-error-code: REDACTED api-supported-versions: REDACTED X-Cache: REDACTED X-Azure-Ref: REDACTED Date: Wed, 30 Nov 2022 17:32:10 GMT Content-Length: 218 Content-Type: application/json; charset=utf-8
Did you fix it? I am trying to use function to send email as well.