PRODUCTS

POSTMAN MAILER

a simple mailer script

Postman Mailer

Postmain Mailer is a PHP HTML form to e-mail gateway that parses the results of any form and sends them to the specified users. It has many formatting and operational options, most of which can be specified within each form, meaning you don't need programming knowledge or multiple scripts for multiple forms and can send both HTML & plaintext and include attachments from a file upload or directly from the server.

Requirements

  • PHP 4.0 or greater
  • PHP mail or imap_mail command configured and installed.

 

Frequently Asked Questions

Will postman run on a Microsoft Internet Information Server?

    Yes - the postman script and supporting module has been tested on Microsoft Internet Information Server. However, due to the maintenance nightmare that is associated with running a Microsoft IIS solution. You may need to work directly with your server admin to ensure that the server is configured to run PHP and has a program associated with the mail or imap_mail function.

Can you send HTML and Plain-Text emails

    Yes - the EMAIL module supports sending both HTML and Plain-Text emails and ensures that both are encoded with using the quotable-printable method.