getEmail( )


Gets the email address used for notifications of activities on your site.

The getEmail() function returns a Promise that resolves to the site's email information.

The retrieved email address is the address that has been entered in the General Info section of your site's Dashboard.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<string>
Was this helpful?
Yes
No