A new controller that can be used in combination with SendGrid.

This commit is contained in:
James Cole
2015-07-22 17:50:02 +02:00
parent 8101dc37b1
commit 68e073fbff
3 changed files with 24 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ abstract class Controller extends BaseController
View::share('monthFormat', $this->monthFormat);
View::share('monthAndDayFormat', $this->monthAndDayFormat);
View::share('language', $lang);
// the user is bouncing email.
}
}
}