Skip to content

UoMCS/mail-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail Manager

Mail Manager is an abstraction layer to allow student projects to send email whilst imposing rate limits to prevent simple mistakes - e.g. a mass email to external addresses.

Primarily intended for use within the School of Computer Science at the University of Manchester.

See example.php for a simple example of how to use the class. The example file assumes you have a file config.inc.php somewhere within your include_path which sets the following global variables:

$database_host
$database_user
$database_pass
$database_name

Requires a copy of the related web service in order to function:

https://github.com/UoMCS/mail-manager-ws

About

Abstraction layer for sending email in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages