Download the PHP package quextum/emails without Composer
On this page you can find all versions of the php package quextum/emails. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package emails
Emails
Konfigurace
V konfiguračním souboru config.neon registrujte rozšíření:
Poté rozšíření nastavte. Ukázková konfigurace:
Nastavit je možné:
to
from
subject
cc
bcc
reply
return
embed
attachment
Použití:
V presenteru:
$this->context->getService('emails')->send('registration', ['to' => $user->email],['userEntity'=> $user]);
Parametry:
- Typ. Je nutné aby pro specifikovaný typ existovala konfigurace a šablona se schodným názvem.
- Nastavení. Toto nastavení se spojí s definovaným nastavením v konfiguraci. Nastavení v parametru metody má větší váhu něž konfigurační soubor.
- Proměnné šablony.
All versions of emails with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
nette/utils Version ^3.0
tracy/tracy Version ^2.6
nette/http Version ^3.0
nette/caching Version ^3.0
nette/schema Version ^1.0
ext-json Version *
latte/latte Version ^2.10
nette/application Version ^3.1
nette/mail Version ^3.1
nette/utils Version ^3.0
tracy/tracy Version ^2.6
nette/http Version ^3.0
nette/caching Version ^3.0
nette/schema Version ^1.0
ext-json Version *
latte/latte Version ^2.10
nette/application Version ^3.1
nette/mail Version ^3.1
The package quextum/emails contains the following files
Loading the files please wait ...