Mobile app version of vmapp.org
Login or Join
Si4351233

: Will my domain get blacklisted by auto-replying to spam emails? At the moment, I've just set up an auto-reply function for our career email address. One problem is that we cannot differentiate

@Si4351233

Posted in: #Blacklist #Email #Spam

At the moment, I've just set up an auto-reply function for our career email address. One problem is that we cannot differentiate between an email applying for a job with an advertisement or a spam email. I wonder if eventually our domain may get blocked because we auto send out so many emails everyday. I have no idea how blacklisting mechanism works.

If this situation can really happen, I'd be very grateful if you could suggest a solution for me :).

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Si4351233

1 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer207

The problem is most likely experienced only when you are sending to the likes of the big email providers such as Gmail and Hotmail. These providers collect information on the entire system. So if you have sent a email to a@gmail.com and then later send the same email to b@gmail.com the system knows about the previous send.

Now if your sending a email that is pretty much the same to a@ b@ c@ d@ and so on, at some point its going to be put in the spam box. Spammers will often send out the same email to thousands and this is why this done.

Email Variables

Ideally you want to use variables within your email templates that from customer to customer they slightly change.

For example:

Hi, {Firstname} {Surname}

Thank you for registering at the Job Centre, We hope that you can find your dream job as quickly as possible.

You can edit your profile page here {user-url).


This would have 3 variables that are firstname, surname and user url. This would change your emails so they are not so duplicate and look different from another.

Ensure that your sending using SMTP

Another thing that can help is ensuring that you are sending out the emails using authentication via SMTP. If you are sending your emails with sendmail without login in then the email providers can see this and its very easy to spoof an email address, by using a login server you are confirming that you are indeed sending it from x@blah.com and not a email address made up.

Another possibility is that people are flagging your emails are spam, I believe that Google and Hotmail for example collect this data and can consider emails spam based on user feedback, though if your emails are legit, then this shouldn't be a problem.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme