Externe Bewerbung

This commit is contained in:
Martin Müller 2014-09-11 01:36:37 +02:00
parent 7df3aae54d
commit be457800f8
2 changed files with 2 additions and 2 deletions

View File

@ -418,7 +418,7 @@ class JobController extends AppController {
$Email->bcc(array($w['User']['mail']));
$Email->subject('Bewerbung von '. $w['AppUser']['first_name'] .' '. $w['AppUser']['last_name']);
$Email->template('job_application_ext');
$Email->viewVars(array('data'=>'test'));
$Email->viewVars(array('w'=>$w));
$Email->attachments(array('filename.pdf'=>array('data' =>$pdf,'mimetype' => 'application/pdf')));
if ($Email->send()) {

View File

@ -4,7 +4,7 @@ Mit freundlichen Gr&uuml;&szlig;en</br>
<?=$w['AppUser']['first_name'].' '.$w['AppUser']['last_name'];?></p>
<p style="font-weight:bold;">Bitte antworten Sie mir unter folgender E-Mail:</br>
<a style="color:black;" href="mailto:<?=$['User']['mail'];?>"><?=$w['User']['mail'];?></a></p>
<a style="color:black;" href="mailto:<?=$w['User']['mail'];?>"><?=$w['User']['mail'];?></a></p>
<p style="font-style:italic; color:#0073b8;">Diese Bewerbung wurde &uumlber dreamJOB versendet.</br>
Jetzt kostenlos und bequem dreamJOB testen und Stellen ausschreiben auf <a style="color:#0073b8;" href="http://dream-job.eu">www.dream-JOB.eu</a></p>