listSMTPConfigs method
ResponseFuture<ListSMTPConfigsResponse>
listSMTPConfigs(
- ListSMTPConfigsRequest request, {
- CallOptions? options,
Deprecated: List SMTP Configs
Returns a list of SMTP configurations.
Deprecated: please move to the new endpoint ListEmailProviders.
Implementation
$grpc.ResponseFuture<$0.ListSMTPConfigsResponse> listSMTPConfigs(
$0.ListSMTPConfigsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listSMTPConfigs, request, options: options);
}