Re: [Tutor] smtplib mail header problem

2005-12-10 Thread Liam Clarke
Ah, good to hear. I like it when stuff gets fixed. :-) On 12/10/05, dave s <[EMAIL PROTECTED]> wrote: > On Wednesday 07 December 2005 22:47, Liam Clarke-Hutchinson wrote: > > Heheh, yah, the Python docs take a bit of scrutinisation to yield fruit. > > Also, when working with emails, you'll probabl

Re: [Tutor] smtplib mail header problem

2005-12-10 Thread dave s
On Wednesday 07 December 2005 22:47, Liam Clarke-Hutchinson wrote: > Heheh, yah, the Python docs take a bit of scrutinisation to yield fruit. > Also, when working with emails, you'll probably end up trying to figure > what exactly what a RFC or three mean. > > Good luck, > > Liam > But its all wor

Re: [Tutor] smtplib mail header problem

2005-12-07 Thread dave s
On Tuesday 06 December 2005 22:23, Liam Clarke-Hutchinson wrote: > Okay, just checked the docs - > > "sendmail( from_addr, to_addrs, msg[, mail_options, rcpt_options]) > > Note: The from_addr and to_addrs parameters are used to construct the > message envelope used by the transport agents. The SMTP

Re: [Tutor] smtplib mail header problem

2005-12-07 Thread w chun
> It has been great for 11ish months, now all my mail is classed as > spam & junked :( dave, i'm a little surprised by this. if your code has been working for almost a year and suddently breaks, that can only be explained by 1 or 2 things: 1. your code was modified 2. the server was modified (

Re: [Tutor] smtplib mail header problem

2005-12-06 Thread Liam Clarke-Hutchinson
ehalf Of dave s Sent: Wednesday, 7 December 2005 11:08 a.m. To: Python Tutor Subject: Re: [Tutor] smtplib mail header problem On Tuesday 06 December 2005 21:13, Liam Clarke-Hutchinson wrote: > Hi Dave, > > IIRC The first argument to sendmail() is the name of the account > that'

Re: [Tutor] smtplib mail header problem

2005-12-06 Thread dave s
On Tuesday 06 December 2005 21:13, Liam Clarke-Hutchinson wrote: > Hi Dave, > > IIRC The first argument to sendmail() is the name of the account that's > sending... So when you include your subject there, it seems your ISP is > somewhat forgiving. > > Liam Clarke-Hutchinson| Contact Centre Advisor|

Re: [Tutor] smtplib mail header problem

2005-12-06 Thread Liam Clarke-Hutchinson
6220 www.med.govt.nz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dave s Sent: Wednesday, 7 December 2005 9:41 a.m. To: Python Tutor Subject: [Tutor] smtplib mail header problem Hi all, I have a python script that works out & emails my empl

[Tutor] smtplib mail header problem

2005-12-06 Thread dave s
Hi all, I have a python script that works out & emails my employer with parts that I have used. It has been great for 11ish months, now all my mail is classed as spam & junked :( Apparently the reason for it being junked is ... 'No subject' and 'No Sender' I set up a small test script to isol