Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created November 6, 2018 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kcko/cccde6d7a819affe1f3ca3fe2b52f196 to your computer and use it in GitHub Desktop.
Save Kcko/cccde6d7a819affe1f3ca3fe2b52f196 to your computer and use it in GitHub Desktop.
$mailer = new SendmailMailer; 1)
$mailer = new Nette\Mail\SmtpMailer(array( 2)
'host' => 'smtp.savana.cz',
'username' => 'podpora@cardbook.cz',
'password' => 'uL$g4GHl6AR'
));
$mailer->send($mail);
3)
arguments: [..., ..., %foo%, %bar%] #ano, opravdu dvojtecky
nebo:
arguments: [foo: %foo%, bar: %bar%]
nebo:
arguments: [2: %foo%, 3: %bar%]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment