Login   Register  
PHP Classes
elePHPant
Icontem

fmail

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Sam Shull
Name: Sam Shull <e-mail contact>
Packages: 9 Browse all classes by Sam Shull Browse all classes by
Country: United States United States - PHP jobs in United States
Age: 37
All time rank: 38443 in United States United States
Week rank: 191 Up15 in United States United States Up
Innovation award
Innovation award
Nominee: 8x


  Detailed description   Download .zip .tar.gz  
This package can be used to send email messages with content read from files or other types of streams.

It uses the command specified in the php.ini file to send the message.

The class pipes the headers and the body data retrieved from the given file or stream into the specified program.

  Classes of Sam Shull  >  fmail  >  Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: fmail
Base name: fmail
Description: Send email messages with content read from files
Version: 1.0
PHP version: 4.0
License: MIT/X Consortium License
All time users: 507 users
All time rank: 4886
Week users: 1 user
Week rank: 2151 Up
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image Email Email sending and receiving View top rated classes
Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes
Group folder image Unix Use of capabilities specific of POSIX, Unix like operating systems View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
July 2009
Number 9
If you need to send e-mail messages with attached files, you need to compose a MIME message made of multiple parts of data encoded as ASCII text.

However, if you need to attach large files, building the message data as single string may not be possible because it can exceed the configured PHP memory limit.

This class provides of more scalable solution that consists in reading the message data from files.

This way the encoded message can be read and passed to the sendmail program in small chunks at a time, so it uses very little memory and never exceeds the PHP memory limit.

Manuel Lemos

  User ratings  
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Accessible without login Plain text file fmail.class.php Class Class file

Download all files: fmail.tar.gz fmail.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.