Which library provides the functionality to send emails?
1) Net::POPMail
2) Internet::PMTP
3) Net::SMTP
4) Internet::SMTP
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Net::SMTP is the library in standard ruby to do this. If you’re in a Rails app, as your tag implies, you can also use ActionMailer to provide view-like templates for outgoing emails and so forth. The Rails Guide for it is marked as work-in-progress but probably still useful.