ebeigarts / exchanger

Ruby client for Exchange Web Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this be used to send email?

Eric-Fontana-Bose opened this issue · comments

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

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.