Sending Emails to Inbox

Hi All,

I am having a functionality of sending emails in my rails application.
Sending the emails is working properly but sometimes the email goes to
Inbox folder and sometime it goes to Spam folder. I am sending one email
at a time, there is no bulk/mass emails.

Does anyone have any idea regarding how to send email to Inbox??

Any help appreciated.

Thanks
Saurabh

On 26 August 2010 07:52, Saurabh P. [email protected] wrote:

Hi All,

I am having a functionality of sending emails in my rails application.
Sending the emails is working properly but sometimes the email goes to
Inbox folder and sometime it goes to Spam folder. I am sending one email
at a time, there is no bulk/mass emails.

Does anyone have any idea regarding how to send email to Inbox??

Whether it goes to the inbox or the spam folder is up to the email
receiving application. If it thinks it is spam then there is nothing
you can do about it other than change your email to make it less
spammy. I assume that you have made sure you are putting sensible
data in all the headers.

Colin

clanlaw wrote:

On 26 August 2010 07:52, Saurabh P. [email protected] wrote:

Hi All,

I am having a functionality of sending emails in my rails application.
Sending the emails is working properly but sometimes the email goes to
Inbox folder and sometime it goes to Spam folder. I am sending one email
at a time, there is no bulk/mass emails.

Does anyone have any idea regarding how to send email to Inbox??

Whether it goes to the inbox or the spam folder is up to the email
receiving application. If it thinks it is spam then there is nothing
you can do about it other than change your email to make it less
spammy. I assume that you have made sure you are putting sensible
data in all the headers.

Colin

Hi Colin,

Will you please elaborate on how to make emails less spammy and what is
sensible data for an email? If you are having any reference url please
send me.

Thanks for help

Regards
Saurabh

On Aug 26, 12:19 pm, Saurabh P. [email protected] wrote:

Will you please elaborate on how to make emails less spammy and what is
sensible data for an email? If you are having any reference url please
send me.

It can also be down to the configuration of your smtp server and
things like whether the SPF settings for the domain are correct

Fred