email - How do I send mail from a Ruby program? -


i want send email ruby application. there call in core language or there library should use? what's best way this?

if don't want use actionmailer can use net::smtp (for actual sending) tmail creating emails (with multiple parts, etc.).


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -