I'm using the free sendgrid plan to send email from my rails app hosted on heroku. I set it up using a combination of these instructions and this tutorial

It's all working, but on gmail the it the sender comes through as 'myemail@myapp.com via sendgrid.me'

Is there any way to get rid of this?

I've had a look at this forum but it's not very clear on whether it's possible.

If I can't remove it, can anyone recommend an alternative, free, service?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

No.

GMail displays this automatically based on the mail headers and the nature of the e-mail sending service:

https://support.google.com/mail/bin/answer.py?hl=en&answer=1311182&ctx=mail

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.