mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-22 23:23:42 +01:00
9 lines
190 B
PHP
9 lines
190 B
PHP
|
<?php
|
||
|
|
||
|
require __DIR__ . '/../vendor/autoload.php';
|
||
|
|
||
|
$pdfGenerator = new \MeineApp\PdfGenerator();
|
||
|
$pdfGenerator->sendePdf();
|
||
|
|
||
|
$mail = Swift_Message::newInstance();
|
||
|
$mail->setSubject('...');
|