Skip to content

Instantly share code, notes, and snippets.

@Kcko
Last active August 29, 2015 14:16
Show Gist options
  • Save Kcko/c91035af9580de934b66 to your computer and use it in GitHub Desktop.
Save Kcko/c91035af9580de934b66 to your computer and use it in GitHub Desktop.
Odeslání přílohy z formuláře
<?
$mail->addAttachment($values['priloha'])->setHeader('Content-Disposition', 'attachment; filename='.$values['priloha']->getName());
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment