PHPMyEmail

PhpMyEmail is a PHP library designed to replace the PHP mail() function.
Download

PHPMyEmail Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Chris and Nickilo
  • Publisher web site:

PHPMyEmail Tags


PHPMyEmail Description

PhpMyEmail is a PHP library designed to replace the PHP mail() function. PhpMyEmail is a PHP library designed to replace the PHP mail() function.Redistribution and modification of this software is permitted under the terms of the LGPL license.PhpMyEmail functionality:· Mysql quota based on sender e-mail;· Network capable via smtp protocol;· Smtp SASL (login) capable;Installation:To install PhpMyEmail as a php module, follow the following steps:· Download the latest PhpMyEmail release;· Untar the downloaded file;· cc -fpic -DCOMPILE_DL=1 -I/usr/include -I/usr/include/php/Zend -I/usr/include/php/TSRM -I/usr/include/php/main -I/usr/include/php -c -o smtp.o smtp.c· cc -shared -L/usr/local/lib -rdynamic -o phpmyemail.so smtp.o· Copy phpmyemail.so to your php modules directory (for exemple /usr/lib/php/extensions/ )· Edit your php.ini, in the dynamic extension section add the following line : extension=phpmyemail.soUsage:In your php script :mail_php($smtp_login,$smtp_passwd,$dst,$src,$reply,$subject,$content);where :· $smtp_login is a valid smtp login;· $smtp_passwd is a valid smtp password;· $dst is the destination e-mail;· $src is the source e-mail;· $reply is the reply e-mail;· $subject is the subject;· $content is the desired mail content


PHPMyEmail Related Software