ebeigarts / exchanger

Ruby client for Exchange Web Services
MIT License
57 stars 36 forks source link

Can this be used to send email? #25

Closed Eric-Fontana-Bose closed 6 years ago

Eric-Fontana-Bose commented 6 years ago

Is there anyway to send an authenticated email using this? An example would be great.

ebeigarts commented 6 years ago

I think it could, but I haven't tried, you could try Exchanger::Item.new(...).create, see https://msdn.microsoft.com/en-us/library/office/aa563009(v=exchg.150).aspx for more details.