Pnpjs: Send email - From address is not working.

Created on 26 Jun 2019  路  2Comments  路  Source: pnp/pnpjs

Hi Team,

I am using sp.utility.sendEmail(email) to send email to the user, which works.

I want to modify the From address which is a optional parameter in EmailProperties Interface. Tried assigning a value for From property as String but doesn't work.

Can any one help me with the same?

Thanks & Regards,
Pavan.

non-library answered question

Most helpful comment

When sending email from REST the from address is always ignored and the tenant configured from address is used. At least that is what I remember from the last time this was asked, I don't think anything has changed.

All 2 comments

When sending email from REST the from address is always ignored and the tenant configured from address is used. At least that is what I remember from the last time this was asked, I don't think anything has changed.

Going to close this as answered, thanks.

Was this page helpful?
0 / 5 - 0 ratings