Postmark PHP integration for Opencart 2.1.0.2
This is a integration of Postmark Official PHP Library for OpenCart 2.1.0.2, that can be use without Composer
How to install
- Open your config.php and add define('POSTMARK_SERVER_API', your-postmark-server-api);
- Upload vendors folder to OpenCart main directory (nothing will be replaced).
- Make a backup of your mail.php file inside system/library/ directory.
- Upload the modified mail.php file to system/library/
Works only on PHP 5.5 or higher.