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 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 26 August 2010 07:52, Saurabh Peshkar <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
clanlaw wrote:> On 26 August 2010 07:52, Saurabh Peshkar <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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. > > ColinHi 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 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Aug 26, 12:19 pm, Saurabh Peshkar <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.