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
Post a Comment