PHP Classes

How to Use a PHP Mailing List Manager to Send Email to Many Users with the Package Mail Capuchin: Send email to many users with database records

Recommend this page to a friend!
  Info   Example   Screenshots   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-12-18 (2 days ago) RSS 2.0 feedNot enough user ratingsTotal: 25 This week: 25All time: 11,243 This week: 3Up
Version License PHP version Categories
mailcapuchin 1.0.0GNU Lesser Genera...5Email, PHP 5, Applications
Description 

Author

This package can send emails to many users with records in a database.

It provides a Web-based user interface for managing projects with mailing lists of users and records stored in database tables.

The package can also send email messages to users with records stored on a project mailing list.

Picture of Jorge Castro
  Performance   Level  
Name: Jorge Castro <contact>
Classes: 33 packages by
Country: Chile Chile
Innovation award
Innovation award
Nominee: 14x

Winner: 2x

Example

<?php

use eftec\MailCapuchin\MailCapuchin;

include
"../vendor/autoload.php";

$mail=new MailCapuchin();

$config=[
   
'dbserver'=>'127.0.0.1',
   
'dbuser'=>'root',
   
'dbpassword'=>'abc.123',
   
'dbschema'=>'mailcapuchin',
   
'mailserver'=>'127.0.0.1',
   
'mailuser'=>'aa@aaa.com',
   
'mailpassword'=>'abc.123',
   
'mailsecurity'=>''
];

//$mail->serialize_php_array($config);
$mail->showUI();


Details

mailcapuchin

A massive email server made on PHP


Screenshots (2)  
  • doc/icon.jpg
  • doc/iconcolor.jpg
  Files folder image Files (8)  
File Role Description
Files folder imageexamples (2 files)
Files folder imagelib (1 file)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files (8)  /  examples  
File Role Description
  Accessible without login Plain text file config.php Conf. Configuration script
  Accessible without login Plain text file example.php Example Example script

  Files folder image Files (8)  /  lib  
File Role Description
  Plain text file MailCapuchin.php Class Class source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:25
This week:25
All time:11,243
This week:3Up