Skip to content

Instantly share code, notes, and snippets.

@honda0510
Created May 30, 2011 11:57
Show Gist options
  • Save honda0510/998801 to your computer and use it in GitHub Desktop.
Save honda0510/998801 to your computer and use it in GitHub Desktop.
メール通知設定
登場人物:moon, sun, mars
■アカウント作成時
状況:
sunがアカウントを作成した。
結果:
宛先:sun
件名:[Vanilla 2] Welcome Aboard!
本文:EmailWelcome
■自分のウォールにコメントが付いたら通知する。
状況:
sunがmoonのウォールにコメントした。
結果:
メール送られず。
■ウォールに付けたコメントに返信されたら通知する。
状況:
moonのウォールにあるsunのコメントにmoonが返信した。
結果:
宛先:moon
件名:[Vanilla 2] You commented on your activity.
本文:EmailStoryNotification
■会話(PM)の更新を通知する。
状況:
moonがsunと新しい会話を開始した。
結果:
宛先:sun
件名:[Vanilla 2] moon sent you a message.
本文:EmailStoryNotification
■会話に自分が追加されたら通知する。
状況:
moonが会話にmarsを追加した。
結果:
宛先:mars
件名:[Vanilla 2] moon added you to a conversation.
本文:EmailNotification
■自分のディスカッションにコメントが付いたら通知する。
状況:
moonのディスカッションにsunがコメントした。
結果:
メール送られず。
■ディスカッション タイトルで自分に@リプライされたら通知する。
状況:
sunがディスカッション タイトルに@moonをつけて投稿した。
結果:
宛先:moon
件名:[Vanilla 2] sun mentioned you in a discussion.
本文:EmailNotification
■コメントで自分に@リプライされたら通知する。
状況:
moonのディスカッションでsunが@marsをつけてコメントした。
結果:
宛先:mars
件名:[Vanilla 2] sun mentioned you in a comment.
本文:EmailStoryNotification
■フォロー中のディスカッションにコメントが付いたら通知する。
状況:
sunがフォロー中のmoonのディスカッションにmarsがコメントした。
結果:
宛先:sun
件名:[Vanilla 2] mars commented on your bookmarked discussion.
本文:EmailStoryNotification
iso-2022jp 対応。
ただしDocomoとEZwebはShift_JIS、SoftBankはUTF-8らしい
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment