开发者

How to send emails through Ruby on rails in linux

开发者 https://www.devze.com 2023-01-11 02:45 出处:网络
I want to include a new module to my project where i can send some mails to my client.I don know how to include this emailing module . i searched in net but most of them have told to edit some SMTP.Wh

I want to include a new module to my project where i can send some mails to my client.I don know how to include this emailing module . i searched in net but most of them have told to edit some SMTP.Where can i find this in linux.I am really confused about thi开发者_如何学编程s.Plz guide me out.I need it urgently.


You need to setup a mail server like Exim4 on your server. Rails should be able to connect to it without any configuration.

The Rails Guides site has a great tutorial on how to send mail from your application.

0

精彩评论

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