Hi,
> ...
Sorry, quoted wrong email. Oopsy...
--
Richard Heyes
HTML5 graphing: RGraph - www.rgraph.net (updated 8th August)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Aug 10, 2009, at 11:22 PM, Skip Evans wrote:
Bastien Koert wrote:
Use PHPMailer or one of the other classes available...makes life
so much easier
Kick Ass!!!
Yes! Wow! Was that a breeze! That class rocks!
Thanks tons, Bastien!
I have to admit when I first saw your reply I
Hi,
> Very cool!
I'll take that as a compliment... :-)
--
Richard Heyes
HTML5 graphing: RGraph - www.rgraph.net (updated 8th August)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Check out this link http://www.learnphp-tutorial.com/Email.cfm
On Tue, Aug 11, 2009 at 8:52 AM, Skip Evans wrote:
> Bastien Koert wrote:
>
>>
>> Use PHPMailer or one of the other classes available...makes life
>> so much easier
>>
>>
>
>Kick Ass!!!
>
>
> Yes! Wow! Was that a breeze
Bastien Koert wrote:
Use PHPMailer or one of the other classes available...makes life
so much easier
Kick Ass!!!
Yes! Wow! Was that a breeze! That class rocks!
Thanks tons, Bastien!
I have to admit when I first saw your reply I thought, "Oh,
man, another class to learn? But
Funny, I just had to figure out today how to nicely do HTML e-mails. I
ended up using PEAR:Mail_mime, and it worked pretty well. It will also
work for your attachments. I believe that PHP itself recommends it on
their mail() function reference page.
Adam.
On Mon, Aug 10, 2009 at 6:49 PM, Skip Eva
On Mon, Aug 10, 2009 at 9:49 PM, Skip Evans wrote:
> Hey all,
>
> Trying to send emails with attachments, first try at this. And am trying to
> adapt sample code I found here:
>
> http://www.webcheatsheet.com/PHP/send_email_text_html_attachment.php
>
> Trying this:
>
> ($data contains the contents
Hey all,
Trying to send emails with attachments, first try at this. And
am trying to adapt sample code I found here:
http://www.webcheatsheet.com/PHP/send_email_text_html_attachment.php
Trying this:
($data contains the contents of the file; I've verified this)
$hash = md5(date('r', time()))
8 matches
Mail list logo