resolveActualFromAddress( )


Deprecated

This method is deprecated and was replaced with identifySenderAddress.

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

Authentication

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

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>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?