PHP code example of scalex / mailer
1. Go to this page and download the library: Download scalex/mailer library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
scalex / mailer example snippets
bash
# Initialize mailer.
$ mailer init
# Create new project.
$ mailer new product-campaign
$ cd product-campaign
# Update html.blade.php, text.blade.php, config.php and
# data.csv with relevent information.
# Then :)
$ mailer send