Download the PHP package myzend/email without Composer
On this page you can find all versions of the php package myzend/email. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor myzend
Package email
Short Description MyZend Email is a ZF2 module to manage the process of sending emails with templates. You could also realy on MailJet/Gmail smtp.
License
Package email
Short Description MyZend Email is a ZF2 module to manage the process of sending emails with templates. You could also realy on MailJet/Gmail smtp.
License
Please rate this library. Is it a good library?
Informations about the package email
MyZend / Email
Introduction
MyZend Email is a ZF2 module to manage the process of sending emails with templates.
It encapsulates Zend\Mail\Message to keep it a simple use.
This module uses
- html email body with templates
- subject with templates
- txt email body with templates (alternative to html)
Usage
Install
Every module will have its own email templates.
Add these config to module/Application/config/module.config.php
Email layout - Add this structure to your Application module
Module - Add these config to module/MODULE/config/module.config.php
Email templates - Add this structure to your MODULE
Now, you could easily use your layout and template
Config file
Setup your config under config/autoload folder module.email.local.php
How to avoid email going to SPAM folder (SMTP relay)
You could spend hours working on server side, but the easiest solution, that I've found, it's setup your web app for relaying on SMTP provider.
MailJet (www.mailjet.com)
GMAIL (using your gmail account)
All versions of email with dependencies
PHP Build Version
Package Version
No informations.
The package myzend/email contains the following files
Loading the files please wait ....