I want to send an email with a custom sender, but some reason it always says SharePoint Online.
await pnp.sp.utility.sendEmail({
From: "Tester",
To: ["[email protected]"],
Subject: "Test",
Body: "Hi this is a test email",
})