Download the PHP package opencart-patches/html-emails without Composer
On this page you can find all versions of the php package opencart-patches/html-emails. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download opencart-patches/html-emails
More information about opencart-patches/html-emails
Files in opencart-patches/html-emails
Download opencart-patches/html-emails
More information about opencart-patches/html-emails
Files in opencart-patches/html-emails
Vendor opencart-patches
Package html-emails
Short Description Opencart Patch HTML Emails
License GPL-3.0
Package html-emails
Short Description Opencart Patch HTML Emails
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package html-emails
OpenCart Patch Html Emails
Handle all Emails (+Html Emails) from a central place
Progress:
- [x] new customer account
- [x] customer password forgotten
- [x] new order
- [ ] contact
- [ ] ebay order
- [ ] amazon login
- [ ] review
- [ ] affiliate mails
- [ ] voucher
- ...
Install on Opencart
composer require opencart-patches/html-emails
Development Setup
- Clone the git repository
- Copy the
.env.sample
file to.env
and set the configuration parameters respectively - Run
bin/robo opencart:setup
and afterwardsbin/robo opencart:run
on command line (bin/robo opencart:run &
to run in background) - To install all node dependencies run:
npm install
- Run
bin/robo project:deploy
to compile mail templates and mirror src/ into www/ - Open
http://localhost:8000
in your browser
Testing
- Install Mailcatcher (https://mailcatcher.me/) and run the service locally
- Configure Opencart SMTP settings accordingly
- Mail Protocol: SMTP
- SMTP Hostname: 127.0.0.1
- SMTP Port: 1025
- no username/password required
- Trigger a mail event manually (e.g. registering a customer) and check mailcatcher on http://127.0.0.1:1080
Robo Commands
bin/robo opencart:setup
: Install OpenCart with configuration set in.env
filebin/robo opencart:run
: Run OpenCart on a php build-in web server on port 8000bin/robo project:deploy
: Mirror contents of the src folder to the OpenCart test environmentbin/robo project:watch
: Redeploy after changes inside the src/ folder or the composer.json filebin/robo project:package
: Package abuild.ocmod.zip
inside the target/ folder
All versions of html-emails with dependencies
PHP Build Version
Package Version
Requires
beyondit/opencart-extension-installer Version
^2.3.1
The package opencart-patches/html-emails contains the following files
Loading the files please wait ....