PHP code example of tigusigalpa / mailru

1. Go to this page and download the library: Download tigusigalpa/mailru 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/ */

    

tigusigalpa / mailru example snippets

 php
 php
$email = new \Tigusigalpa\MailRu\Sendbox\Email($client_id, $client_secret);
 php
$sms = new \Tigusigalpa\MailRu\Sendbox\SMS($client_id, $client_secret);
 php
$smtp = new \Tigusigalpa\MailRu\Sendbox\SMTP($client_id, $client_secret);