Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created September 19, 2019 08:37
Show Gist options
  • Save bastianallgeier/ff4730faface7429d62c48b99dad0159 to your computer and use it in GitHub Desktop.
Save bastianallgeier/ff4730faface7429d62c48b99dad0159 to your computer and use it in GitHub Desktop.
<?php
$kirby->email([
'to' => 'peter@example.com',
'from' => 'my@domain.com',
'subject' => 'Request',
'template' => 'request.' . $kirby->language() . ',
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment