Skip to content

Instantly share code, notes, and snippets.

View rzvdaniel's full-sized avatar

Razvan Predescu rzvdaniel

View GitHub Profile
@rzvdaniel
rzvdaniel / gist:e2a14f24e1e7b683ecdc44e5a2f0ee08
Created January 31, 2024 10:02
Giraffegram - Send Email Example 01
curl --location 'https://localhost:7160/api/email/send' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: 9yIQbmgbCdhpNDPcc3wutN2hH7cK==' \
--data-raw '{
"from": {
"email": "[email protected]",
"name": "Your App Name"
},
"to": {
"email": "[email protected]",