ラベル Programming の投稿を表示しています。 すべての投稿を表示
ラベル Programming の投稿を表示しています。 すべての投稿を表示

2011年8月14日日曜日

Sending Emails from CSV/TSV Formatted Data through Gmail SMTP by Ruby

A Japanese version of this document is in TechRacho. I want to send e-mails to my students from my Excel-formatted list. I don't have any SMTP servers so that I use Gmail SMTP. The advantage of this program is:
  • Email from your tabular data (Excel, CSV, TSV, etc.)
  • Using Gmail SMTP (you don't worry whether your server is in spam blacklists)
  • Customizable mail template, no Ads
This program is verified on Ruby 1.8.7 + ActionMailer 3.0.3 + fastercsv 1.5.4 + tlsmail 0.0.1.