I've been working on a simple mail attachment script, that is now working.
Its pretty well documented in the code. You can download it at
www.pfohlsolutions.com/projects/mailer/mailer.zip. It verifies fields and
hides the to email address from spiders. Email me if you have any questions
or suggesti
Hi,
has somebody a working code example of sending a mail with attachment,
my code is unfortunately not working...
My Code:
require 'Mail.php';
require 'Mail/mime.php';
$headers['From']='[EMAIL PROTECTED]';
$headers['Subject']='mueedddee';
$body = 'brauc ich nicht';
$to = "[EMAIL PROTECTED]";
2 matches
Mail list logo