Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created March 11, 2016 08:32
Show Gist options
  • Save Kcko/c78f7706c503df03fb54 to your computer and use it in GitHub Desktop.
Save Kcko/c78f7706c503df03fb54 to your computer and use it in GitHub Desktop.
Nette - odeslání přílohy emailem
if ($values['cv']->isOk())
{
$mail->addAttachment($values['cv']->name, file_get_contents($values['cv']->temporaryFile));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment