resolveActualFromAddress( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Checks if the sender's email address will be used as from-address or replaced (not related to current sender details).

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Email Marketing
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
fromAddressstringRequired

User's provided address from which to send email marketing campaign.

Returns
Return Type:Promise<ResolveActualFromAddressResponse>
Did this help?