"Ryan A" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Yep, am going with html but am having a few problems....yahoo and hotmail
> totally screw up the email and I dont get any confirmation :-(, after
going
> into view-> source I see that the IMG src address is being over written by
> them..

Ok - one thing to try...

I've noticed when sending HTML emails from my client, it defaults to sending
the pictures with the email.  This makes it so that the picture links to the
email, instead of to your webserver.  I unchecked that option in my own
client and sent an email to my hotmail account.  I checked the source and it
was unmodified.

If you can try the same thing, let me know.  If it still doesn't work, there
may be another method you can try, ie:
http://domain.com/pics/<id>/blank.gif
This might fool hotmail.  You'd have to create a php file named pics and
configure your web server to run it as php, or just name it pics.php.

  -- Rob

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to