Mobile app version of vmapp.org
Login or Join
Nickens628

: System depends heavily on emails - use gmail? I am creating a system where it depends heavily on alerting users through email. I was wondering if it's a better choice to sign up to googles

@Nickens628

Posted in: #BulkEmail #Email #Gmail

I am creating a system where it depends heavily on alerting users through email. I was wondering if it's a better choice to sign up to googles businesss gmail account.

Would this give me a better result from preventing my emails from being bounced ?
or should I not bother and go down the traditional path and setup a mail server on my box?

Thanks!

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Nickens628

2 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

I'd suggest a dedicated transactional email provider like SMTP.com, SendGrid, or Postmark. They provide the mailserver, sending API, and take steps to reduce the amount of mail that hits your users' spam folders for you by configuring things like DKIM, SPF records, and unique IP addresses.

When a site depends heavily on emails being delivered, it often pays to use a dedicated third-party service instead of setting up your own mailserver, purely so that you don't spend time trying to fix deliverability and reliability issues that someone else has already solved.

10% popularity Vote Up Vote Down


 

@Annie201

Mail server on your own box. That way you control it end to end. Make sure you have your email servers set up properly, don't put trigger words in the emails - like viagara - and have your users whitelist the email address.

Typically if you aren't sending spam, you shouldn't have a problem.

Google are notorious for not having much support when you need it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme