Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Berryessa370

3 Comments

Sorted by latest first Latest Oldest Best

 

@Cody1181609

There is no easy way to resolve this issue.

I stopped using email all together. I prefer to have all contact done using a main "contact" form on my site. Using emails addresses became extremely frustrating. On the contact form I include a drop down box that includes different departments so users can select where the email should go like "support", "billing", and "sales" so the message is routed to the correct people.

To prevent spam from being submitted I use something like reCaptcha. I have had problems with people creating accounts manually and spamming forums on our site but the captcha prevents the bots from sending mail through the contact page. There are debates about reCaptcha being cracked but it has worked for us.

Another trick that people use on contact forms is to have a hidden form fields. When bots submit forms they have a tendency to check every box and fill text fields with garbage. If a hidden field has any data in it the message is rejected.

10% popularity Vote Up Vote Down


 

@Shakeerah822

You can try to obscure the support email address by avoiding common terms like staff@ and support@ while using some variation that is easy to tell customers. This foils low-level spammers that just constantly hit those common addresses on every domain.

You can also try to further obscure the email address by using a form that submits mail to the address without actually displaying the address on the website. This also has the benefit of allowing you to encourage/force customers to submit specific information in their request that may help you assist them, although you may also think it more helpful to have a publicly viewable support address.

If you use a ticket system that pulls messages to an email address into a database, you may have the option to ban/ignore emails from addresses that repeatedly send spam. To catch spam at the source, however, you need some kind of filtering system.

10% popularity Vote Up Vote Down


 

@Berumen354

Various enterprise-level email systems have built in spam filters, things like Google Apps, MS Exchange etc. If you're hosting your own email, you'll have to setup your server with some sort of third-party spam/blacklist software, this will be a bit more complicated and will warrant some further research.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme