identifySenderAddress( )


Checks if the sender's email address will be used as the "from" address or will it be replaced and to what exactly.

Method Declaration
Copy
Method Parameters
emailAddressstringRequired

Email address to verify.

Returns
Return Type:Promise<IdentifySenderAddressResponse>
Errors

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

Did this help?