Skip to content

Commit

Permalink
worked on enabling the email
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuheiyokokawa committed Nov 9, 2014
1 parent 3497281 commit 169f716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions laravel/app/queue/AdminAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ function weeklyDigest( $job, $data ) {
'plaintext' => $plaintext,
'html' => $html
);
/*$this->email->create( $email_data );*/
$this->email->create( $email_data );
}
}

/*
// This is just for testing
$email_data = array(
'from' => 'Sondry <[email protected]>',
Expand All @@ -59,7 +59,7 @@ function weeklyDigest( $job, $data ) {
'html' => $html
);
$this->email->test( $email_data );

*/
$job->delete();
}

Expand Down

0 comments on commit 169f716

Please sign in to comment.