hello,
i have recently set up a php emial script using phpmailer and i have had no problems sending basic text and html emails and i can also send images as attachments. however my problems start when i try and display inline images using a CID. all i am getting is a grey box where the images should be. does anybody have any ideas as to what the issue might be? i have tried receiving the messages using several mail clients to no avail. i am sending via the server on my web domain and the administrators advise me that their mail server shoudn't have any problems handling images.
thanks
you do need to tell phpmailer to include the images as well as write the appropriate html, but with out seeing your code, no idea.
its a bit embarrasing but actually my anti-virus software was blocking them. its sorted now. thanks for the response.