タグ

actionmailerに関するmaxyのブックマーク (2)

  • HowToReceiveEmailsWithActionMailer in Ruby on Rails

    Action Mailer can be configured to receive incoming email and interact with the domain model of the application on the basis of the content. A few examples of what that could be used for: Posting to your weblog (possibly from your mobile phone) Uploading pictures that are then thumb-nailed with RMagick Recording a bug in your tracker when the application crashes Let’s consider the following Action

  • ActionMailerJa - imishin.com

    Introduction インストールするだけで、ActionMailer が日語対応になるプラグインです。 また、携帯電話用のメールテンプレートの振り分け機能も提供します。 Installation ruby script/plugin install git://github.com/kusakari/actionmailer-ja.git Example 日語対応 インストールするだけで、メールが iso-2022-jp で送信されるようになります。 (Softbank の携帯電話への送信は UTF-8 になります。) 携帯電話対応 携帯電話のメールアドレスの場合、キャリア別の view テンプレートが利用できます。 まず携帯キャリア別のテンプレートを探し存在すればそれを利用します。(拡張子は erb である必要はありません) xx_mobile_docomo.erb xx

  • 1