GetSmtpSettingsAsync

Returns ()

Retrieve the Smpt settings.

Name Description

Get Smtp Settings Async

Example in C#

// Returns: SmtpSettings
var smtpSettings = await client.GetSmtpSettingsAsync();

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/smtpsettings  \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'