开发者

Rails - Send emails through an exchange server

开发者 https://www.devze.com 2022-12-14 07:46 出处:网络
How does one use an exchange server to - Send an email from a rails application Auth开发者_StackOverflowenticate credentials (user name / password)

How does one use an exchange server to -

  1. Send an email from a rails application
  2. Auth开发者_StackOverflowenticate credentials (user name / password)

Thanks.


(Disclaimer: I know next to nothing about Microsoft Exchange.)

If you can use Exchange as an SMTP server then it should just be a question of configuring ActionMailer's SMTP settings appropriately. See http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration

0

精彩评论

暂无评论...
验证码 换一张
取 消