Download the PHP package phalcon-ext/mailer without Composer
On this page you can find all versions of the php package phalcon-ext/mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phalcon-ext/mailer
More information about phalcon-ext/mailer
Files in phalcon-ext/mailer
Download phalcon-ext/mailer
More information about phalcon-ext/mailer
Files in phalcon-ext/mailer
Vendor phalcon-ext
Package mailer
Short Description Mailer component as wrapper over SwiftMailer for Phalcon.
License MIT
Package mailer
Short Description Mailer component as wrapper over SwiftMailer for Phalcon.
License MIT
Please rate this library. Is it a good library?
Informations about the package mailer
Phalcon\Ext\Mailer
Mailer wrapper over SwiftMailer for Phalcon.
Installing
Install composer in a common location or in your project:
curl -s http://getcomposer.org/installer | php
Create the composer.json file as follows:
Run the composer installer:
Add in your the code
require_once('vendor/autoload.php');
Configure
SMTP
Warning If you are using GMAIL and get error
...Username and Password not accepted...
orpassword incorrect
, please using password token (how get token?) and fix in configuration
Sendmail
PHP Mail
Example
createMessage()
createMessageFromView()
Warning If you want to use as a template engine VOLT (.volt), please setup "view" service according to the official docs Phalcon
Events
- mailer:beforeCreateMessage
- mailer:afterCreateMessage
- mailer:beforeSend
- mailer:afterSend
- mailer:beforeAttachFile
- mailer:afterAttachFile
All versions of mailer with dependencies
PHP Build Version
Package Version
The package phalcon-ext/mailer contains the following files
Loading the files please wait ....