btcpay-client 0.1.0

A client library for BTCPay Server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# EmailSettingsData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**server** | Option<**String**> | Smtp server host | [optional]
**port** | Option<**f32**> | Smtp server port | [optional]
**login** | Option<**String**> | Smtp server username | [optional]
**password** | Option<**String**> | Smtp server password | [optional]
**from** | Option<**String**> | Email to send from | [optional]
**from_display** | Option<**String**> | The name of the sender | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)