msg
This commit is contained in:
parent
8849cf96b4
commit
b399eefb06
|
@ -40,6 +40,7 @@ class DreamjobJobMsg extends AppModel {
|
||||||
$Email->subject('Welcome to our really cool thing');
|
$Email->subject('Welcome to our really cool thing');
|
||||||
$Email->template('job_application_msg');
|
$Email->template('job_application_msg');
|
||||||
$Email->viewVars(array('id'=>$id));
|
$Email->viewVars(array('id'=>$id));
|
||||||
|
echo "Warum";
|
||||||
return $Email->send();
|
return $Email->send();
|
||||||
}
|
}
|
||||||
public function sendMessage(){
|
public function sendMessage(){
|
||||||
|
|
Loading…
Reference in New Issue