Download the PHP package jimigrunge/phalcon-mailer without Composer
On this page you can find all versions of the php package jimigrunge/phalcon-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jimigrunge/phalcon-mailer
More information about jimigrunge/phalcon-mailer
Files in jimigrunge/phalcon-mailer
Download jimigrunge/phalcon-mailer
More information about jimigrunge/phalcon-mailer
Files in jimigrunge/phalcon-mailer
Vendor jimigrunge
Package phalcon-mailer
Short Description Mailer component as wrapper over SwiftMailer for Phalcon.
License LGPL
Package phalcon-mailer
Short Description Mailer component as wrapper over SwiftMailer for Phalcon.
License LGPL
Please rate this library. Is it a good library?
Informations about the package phalcon-mailer
Jimigrunge\Phalcon\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
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 phalcon-mailer with dependencies
PHP Build Version
Package Version
The package jimigrunge/phalcon-mailer contains the following files
Loading the files please wait ....