palaka Posted July 17, 2006 Share Posted July 17, 2006 Please help me with this code?------------------------------$to = "email address";$subject = "subject";$message = " <table> <tr><td><img src='http://url.urlcom/pics/image.jpg'></td></tr> <tr><td>text text</td></tr> </table>" ------------------------------If I added the line "<img src='http://url.urlcom/pics/image.jpg'>" inside my send mail script and then send it to my client's mailing list, only those who have yahoo mail, gmail and some similar email program can receive the message while the client with CORPORATE EMAIL ACCOUNT or COMPANY EMAIL CANNOT RECEIVE THE MAIL...Help, please! Thanks!** note that I only posted the part of the script where error occurs...the complete script contains $TO, $SUBJECT, $MESSAGE, lots of $HEADERS & MAIL()... Quote Link to comment https://forums.phpfreaks.com/topic/14825-sending-mail-problem/ Share on other sites More sharing options...
Orio Posted July 17, 2006 Share Posted July 17, 2006 Maybe that's because your email is considered as spam in some servers.Orio. Quote Link to comment https://forums.phpfreaks.com/topic/14825-sending-mail-problem/#findComment-59252 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.