Skip to content

Commit

Permalink
Merge pull request #48 from s-nakajima/master
Browse files Browse the repository at this point in the history
メール送信処理の改修による修正
  • Loading branch information
s-nakajima committed Mar 23, 2016
2 parents 9a23fdf + 2a0b68a commit 43a9960
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Config/Migration/002_mail_setting_records.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @package NetCommons\Mails\Config\Migration
*/
class LinkMailSettingRecords extends NetCommonsMigration {
class BbsMailSettingRecords extends NetCommonsMigration {

/**
* Migration description
Expand Down
10 changes: 4 additions & 6 deletions Model/BbsArticle.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@ class BbsArticle extends BbsesAppModel {
'Workflow.WorkflowComment',
'Workflow.Workflow',
'Mails.MailQueue' => array(
'requestDataKeys' => array(
'embedTags' => array(
'X-SUBJECT' => 'BbsArticle.title',
'X-BODY' => 'BbsArticle.content',
'X-BBS_NAME' => 'Bbs.name',
),
'embedTags' => array(
'X-SUBJECT' => 'BbsArticle.title',
'X-BODY' => 'BbsArticle.content',
'X-BBS_NAME' => 'Bbs.name',
),
),
);
Expand Down

0 comments on commit 43a9960

Please sign in to comment.