1. Go to this page and download the library: Download leafs/mail 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/ */
mailer()
->create([
'subject' => 'Leaf Mail Test',
'body' => 'This is a test mail from Leaf Mail using gmail',
// next couple of lines can be skipped if you
// set defaults in the Mailer config
'recipientEmail' => '[email protected]',
'recipientName' => 'First Last',
'senderName' => 'Leaf Mail',
'senderEmail' => '[email protected]',
])
->send();
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.