Sha256: 28a8f1588153b515a868073670e81a5e655b71569820e61ea9a38f09455e40c5
Contents?: true
Size: 1.17 KB
Versions: 51
Compression:
Stored size: 1.17 KB
Contents
# SunshineConversationsClient::MailgunUpdateAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **hide_unsubscribe_link** | **Boolean** | A boolean value indicating whether the unsubscribe link should be omitted from outgoing emails. When enabled, it is expected that the business is providing the user a way to unsubscribe by some other means. By default, the unsubscribe link will be included in all outgoing emails. | [optional] **from_address** | **String** | Email address to use as the From and Reply-To address if it must be different from incomingAddress. Only use this option if the address that you supply is configured to forward emails to the incomingAddress, otherwise user replies will be lost. You must also make sure that the domain is properly configured as a mail provider so as to not be flagged as spam by the user’s email client. May be unset with null. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::MailgunUpdateAllOf.new(hide_unsubscribe_link: null, from_address: test@sandbox123.mailgun.org) ```
Version data entries
51 entries across 51 versions & 1 rubygems