SetSmtpToAwsAsync

Returns ()

Set Smpt to use aws.

Name Description

Set Smtp To Aws Async

Example in C#

// Returns: nothing
await client.SetSmtpToAwsAsync();

Example in CURL



           curl -X PUT \
               https://keepapi.feenicshosting.com/api/smtpsettings/useaws  \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -D '""'