PHP mail class that send html+attached PDF and works on Gmail (browser)

PHP mail class that send html+attached PDF and works on Gmail (browser)

, , , on October 20, 2011 1 comment

It resolves the Gmail in browser issue where the mail contains only a noname file or the mail code not parsed .

This is a class found on phpclasses.org but modified a bit to fix that issue.

<?php
/*
Attachment Mailer class - version 1.01
PHP class handles multiple attachment e-mails using the miIt resolves the Gmail in browser issue where the mail contains only a noname file or the mail code not parsed .


This is a class found on phpclasses.org but modified a bit to fix that issue.

<?php
/*
Attachment Mailer class - version 1.01
PHP class handles multiple attachment e-mails using the mime mail standard

Copyright (c) 2006, Olaf Lederer
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

		Read more »