Mobile app version of vmapp.org
Login or Join
Chiappetta492

: My email based support form on my shared host is being blocked by Gmail On my site (developed with ASP.NET, if that matters) I have a support form, which is nothing more than three fields

@Chiappetta492

Posted in: #Email #Forms #Gmail #SharedHosting #Spam

On my site (developed with ASP.NET, if that matters) I have a support form, which is nothing more than three fields (i.e., name, email, and message) plus a Send button.

The form code generates emails from provided user input and sends them to: support@mysite.com. The form uses this address to send the messages: sender@mysite.com. All the email for mysite.com is handled by Google Apps for Business.

The problem is: Google recently started marking emails sent from sender@mysite.com as spam:

Delivery to the following recipient failed permanently:

support@mysite.com

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domain mysite.com by aspmx.l.google.com. [74.125.25.26].

The error that the other server returned was:
550-5.7.1 [ip-address-was-here 7] Our system has detected that this message is
550-5.7.1 likely unsolicited mail. To reduce the amount of spam sent to Gmail,
550-5.7.1 this message has been blocked. Please visit
550-5.7.1 support.google.com/mail/bin/answer.py?hl=en&answer=188131 for
550 5.7.1 more information. sz7si15854448pab.203 - gsmtp


Obviously, visitors on my site can put spam messages in my support form. Anyway, I would prefer that these messages to end up in my Spam folder (or better the Inbox!) of support@mysite.com.

So, what can I do to prevent Google from blocking sender@mysite.com?

Shall I use a 3rd-party service for the support form? Or shall I tweak my site / form code somehow?

My site is on shared hosting if that matters.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Chiappetta492

2 Comments

Sorted by latest first Latest Oldest Best

 

@Gloria169

Based on the SMTP transaction, the email servers for Gmail (used for Google Apps for Business) responded back that the IP address for your shared host's mail server is likely associated with unsolicited mail:

[ip-address-was-here 7] Our system has detected that this message is likely unsolicited mail. To reduce the amount of spam sent to Gmail, this message has been blocked.

You can report this to your shared hosting provider and request that they either attempt to remove their IP address from Gmail's filter list and other DNS Blacklists (not likely a quick fix), or switch you to a server with a different IP address that isn't listed in these or blocked by Gmail.

Alternatively, you can use a mail form provided by a third-party. Tweaking your form code however isn't going to fix this issue.

10% popularity Vote Up Vote Down


 

@Ogunnowo487

It may be because the email is seen as mass email, and has no unsubscribe button or acknowledgement of where it comes from (company name etc).

Third-party emailers can help your emails to be trusted more often.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme