Forum Discussion

Cardinal_Night's avatar
Cardinal_Night
Copper Contributor
Oct 28, 2020

How would I add error handling to this sp.utility.sendEmail?

This function sends an email using the sp.utility.sendEmail from pnp.sp: public email1 = () => { const emailProps: IEmailProperties = { To: [this.props.pnltoemail1,this.props.pnltoemail2,t...

Resources