biwerw Posted March 5, 2010 Share Posted March 5, 2010 I have been asked by a client to build a small webapp for sending referral emails to friends. I have setup a pretty simple form that uses php to send the email. It contains 1-2 images which apparently alert spam filters no matter what. Is there any solution to including images and not having the email get caught? Besides using a service like Mail Chimp. The app will be for the clients internal use only and in no way available to the public. Any ideas or solutions would be greatly appreciated. Thanks. Link to comment https://forums.phpfreaks.com/topic/194267-php-email-form/ Share on other sites More sharing options...
schilly Posted March 5, 2010 Share Posted March 5, 2010 upload the images to a specific folder and just provide links to them in the email? Link to comment https://forums.phpfreaks.com/topic/194267-php-email-form/#findComment-1022002 Share on other sites More sharing options...
biwerw Posted March 5, 2010 Author Share Posted March 5, 2010 I've removed all images and links to images. For some reason it still shows up as spam some of the time. I am using some basic HTML & inline CSS could this be making it be regarded as spam as well. I am also including a email and address in the email footer. Link to comment https://forums.phpfreaks.com/topic/194267-php-email-form/#findComment-1022099 Share on other sites More sharing options...
schilly Posted March 5, 2010 Share Posted March 5, 2010 what are your headers like? Link to comment https://forums.phpfreaks.com/topic/194267-php-email-form/#findComment-1022105 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.