Re: [PHP] Including images with mail() or pear mail

2003-02-06 Thread Mark McCulligh
I don't like using images in emails too, but what the customer wants they get. Mark. "Johannes Schlueter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Thursday 06 February 2003 19:12, Mark McCulligh wrote: > > I have a little app that sends email, All ima

Re: [PHP] Including images with mail() or pear mail

2003-02-06 Thread Johannes Schlueter
On Thursday 06 February 2003 19:12, Mark McCulligh wrote: > I have a little app that sends email, All images I link back to the site > Example: http://www.site.com/images/pic1.gif";> > > I know that with the normal mail() and pear mail function you can attach > the image with the email. > My questi