Messages marked as scam...
Posted: Thu Apr 09, 2009 11:59 am
I'm trying to send out emails with images in them, so they look more like a web page. There is a header image, footer, whatever. The way I'm doing it is just linking to a server instead of actually sending the image out. So in the html for the email it may look something like:
The thing is, the images are stored on a server without a domain name pointing to it. So it does link to a server with just the IP address. I also tried putting them on a server with a domain name and linking them out with the domain name (http://www.server.com/images/img1.jpg). I can view the images in Thunderbird after I click "This is not a scam" and "View images".
The other thing is that the emails are being sent out from the server with only the static IP address pointing to it. I'm thinking that because I put a reply address to something (test@domain.com) and it sees that the email is coming from a server that has nothing to do with that domain that it is causing spam filters to pick it up and blocking it. Some other tests with hotmail and other local ISP emails they all go into a spam filter. I'm also using my works SMTP server to send these out, which also has a different domain name than the email is set to be coming from. But, even if I set it to be from my own email address at work, using my works SMTP I get the same scam warnings.
I'm really not familiar with how email servers work or anything, so that's a huge problem. Any help as to how I could get the outgoing emails to stop being marked as a scam?
Code: Select all
<div id="header"><img src="http://20.20.20.20/images/img1.jpg"></div>
<div id="body">Your message</div>
The other thing is that the emails are being sent out from the server with only the static IP address pointing to it. I'm thinking that because I put a reply address to something (test@domain.com) and it sees that the email is coming from a server that has nothing to do with that domain that it is causing spam filters to pick it up and blocking it. Some other tests with hotmail and other local ISP emails they all go into a spam filter. I'm also using my works SMTP server to send these out, which also has a different domain name than the email is set to be coming from. But, even if I set it to be from my own email address at work, using my works SMTP I get the same scam warnings.
I'm really not familiar with how email servers work or anything, so that's a huge problem. Any help as to how I could get the outgoing emails to stop being marked as a scam?