Search code examples
emailweb-applicationsgoogle-apps

mail relay from web application / tool


What is the best way to send mail notification from web application?

I have domain that uses google apps for the mail service.

I want my application to be able to send mail to the users and I tried to use SmtpClient of asp.net to perform the job.

Google block my sender user since i'm sending more than 50 mails.

What is the best way to perform this task? should i install my own mail server? does google offer such service?

Thanks, Lior


Solution

  • Upgrade to Google Apps for Business and you'll have a higher per day quota. :)

    Also, there's a class of applications known as email delivery services. They take care of emailing for you, so you don't have to run a mail server as part of your development. I recommend SendGrid.