[web2py] Re: Emails never making it to hotmail accounts

2012-04-28 Thread villas
Hi Bruce, Going to 'spam' is one thing but if it never even gets delivered by Hotmail then I guess your server is blocked. It is often difficult to get to the bottom of this, so I suggest the following: (1) 'Clean up' the content, so it doesn't score high on the spam filters, (2) Use a truste

[web2py] Re: Emails never making it to hotmail accounts

2012-04-28 Thread Alan Etkin
Consider using .send() with raw=True in case the receiver account is performing some payload filter. On Saturday, April 28, 2012 1:04:51 PM UTC-3, Bruce Wade wrote: > > Hi, > > Any suggestions on fixing the situation where hotmail never gets emails > from our servers using the mailer? > > -- >

[web2py] Re: Emails never making it to hotmail accounts

2012-04-28 Thread Massimo Di Pierro
When you send it, you set a sender which is probably not the same domain as the sending machine. Some servers notice that and consider the email as spam. You should make sure the domain of the server is the same as the email sender address. On Saturday, 28 April 2012 13:34:36 UTC-5, Alan Etkin

Re: [web2py] Re: Emails never making it to hotmail accounts

2012-04-28 Thread Bruce Wade
Domain youadworld.com sending address sys...@youadworld.com On Sat, Apr 28, 2012 at 9:34 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > When you send it, you set a sender which is probably not the same domain > as the sending machine. Some servers notice that and consider the email

Re: [web2py] Re: Emails never making it to hotmail accounts

2012-04-29 Thread Massimo Di Pierro
Than I was wrong and I do not know what the problem may be. On Sunday, 29 April 2012 00:53:50 UTC-5, Bruce Wade wrote: > > Domain youadworld.com sending address sys...@youadworld.com > > On Sat, Apr 28, 2012 at 9:34 PM, Massimo Di Pierro < > massimo.dipie...@gmail.com> wrote: > >> When you send it

Re: [web2py] Re: Emails never making it to hotmail accounts

2012-04-29 Thread tsvim
i just looked up your domain. You should setup DKIM and SPF records for your domain. Don't have the links to explanations handy, but basically those are two different technologies that allow you to authenticate the source of the mail thereby proving that a spammer didn't just set the from field

Re: [web2py] Re: Emails never making it to hotmail accounts

2012-04-30 Thread Michele Comitini
@Bruce, Do you have the logs of the mailer at hand? If you are not using a mail relay (also called "smart host") you should receive some code from hotmail mx server(s). That should point you in the right direction. mic Il 30 aprile 2012 06:55, tsvim ha scritto: > i just looked up your domain.