Skip to content

Commit c3484d7

Browse files
committed
updayted
1 parent b046e7d commit c3484d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Azure_ACS_Email_Python/SendEmail.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from azure.communication.email import EmailClient
22
from azure.core.credentials import AzureKeyCredential
33

4-
credential = AzureKeyCredential("ii/YlHlUasc+0RVWm7BCVHUQ5OBM5TWiOv7V0cfqIwTOM7PCV4IUa6GfR0+WnoqoV++F0HkbRYdFunp/34GPSA==")
5-
endpoint = "https://demo-acs-cloudquicklabs.unitedstates.communication.azure.com/"
4+
credential = AzureKeyCredential("<Azure Communication Service Key>")
5+
endpoint = "<Azure Communication Service Endpoint>"
66
client = EmailClient(endpoint, credential)
77

88
message = {
@@ -14,7 +14,7 @@
1414
"recipients": {
1515
"to": [
1616
{
17-
"address": "vrchinnarathod@gmail.com",
17+
"address": "sdfsgd@gmail.com",
1818
"displayName": "Cloud Quick Labs"
1919
}
2020
]

0 commit comments

Comments
 (0)