Zend - The PHP Company




Code Gallery: richardhey


HTML Mime Mail class  

Type: class
Added by: richardhey
Entered: 28/03/2000
Last modified: 31/10/2000
Rating: ***** (83 votes)
Views: 107797
http://www.phpguru.org

A class for sending mime based email. It can send:
  • HTML Email
  • HTML Email with embedded images
  • HTML Email with attachments
  • HTML Email with embedded images and attachments
  • Text email
  • Text email with attachments


Mime Decoder  

Type: class
Added by: richardhey
Entered: 01/10/2001
Last modified: 31/10/2000
Rating: - (fewer than 3 votes)
Views: 15844
This class will enable you to decode mime email. It can for example decode the mime torture test made available by UW. There is an example script available at http://www.phpguru.org to help you get started. This class is also available through PEAR


Search and Replace  

Type: code fragment
Added by: richardhey
Entered: 20/05/2000
Last modified: 08/12/1999
Rating: ***** (6 votes)
Views: 8695
A script that performs a search and replace function. Written because I didn't have one at the time. Can perform over multiple files and/or directories. Can be configured to ignore certain lines.


SMTP Class  

Type: class
Added by: richardhey
Entered: 01/10/2001
Last modified: 31/10/2000
Rating: - (fewer than 3 votes)
Views: 11955
A class to enable you to send email direct through an smtp server. Currently supports all basic commands; HELO, EHLO, MAIL, RCPT, RSET, DATA. Also supports the AUTH LOGIN (basic authentication).


Template Class  

Type: class
Added by: richardhey
Entered: 06/07/2000
Last modified: 08/12/1999
Rating: - (fewer than 3 votes)
Views: 7811
A very easy to use yet powerful and quick template engine. Enables you to seperate your page layout/design from your code. It can handle simple variable replacement and table building using two dimensional arrays and/or MySQL result sets (Meaning that given a single row in the template, this class can build an entire table of data). Performance is excellent. Has support for multiple template files.




Search