Massimo, 192.168.200.43 is a different windows box setup as a domino server, and the smtplib example in original post works fine connecting to that server. The windows box hosting the web2py application will not normally be connected to the internet, so I can't go using google's smtp. If I recall from the event log on domino (which I do not have access to myself), the connection seems to be established but then dropped. Perhaps the header is not in a correct format?
Andrew. On Tue, Jul 27, 2010 at 3:06 PM, mdipierro <mdipie...@cs.depaul.edu> wrote: > Is 192.168.200.43:25 the windows box itself or an external unix box? > In the first case, do you have an email server running on windows? > On unix this works because you have postfix but windows does not come > with one. > You may want to use an external smpt server like google. > > On Jul 27, 9:00 am, Andrew Buchan <andyha...@gmail.com> wrote: > > Thanks, but I tried that, along with a number of other port settings, > > using smtp as prefix etc... Has anyone els managed to get this working > > from a windows server? > > > > On Jul 22, 12:11 pm, Vasile Ermicioi <elff...@gmail.com> wrote: > > > > > > mail.settings.server= '192.168.200.43:25' > > > > > add port >