Youans / nodejs-nodemailer-outlook

Simple integration module for outlook.office365 smtp servers
Apache License 2.0
36 stars 12 forks source link

Add replyTo command. #7

Closed r0zar closed 5 years ago

r0zar commented 5 years ago

Fixes #6 #3

This add the ability to have a reply-to user set other than the sender/from user.

I also tested out adding sender and the currently implemented from- and wasn't able to get either to work with my companies office365 setup. From what I read it's not possible to send email via outlook as anyone but yourself without the use of (seemingly deprecated) 3rd party plugins.

Youans commented 5 years ago

Sounds good, Thanks for your contribution

EdByrnee commented 4 years ago

Salesforce currently does this, are we able to replicate their method?

Youans commented 4 years ago

Salesforce currently does this, are we able to replicate their method?

@EdByrnee Not sure I am following, Can you elaborate?