Hi Fredrik, Thank you for the suggestion. I tried different from/to settings and guess what? The mail came thru.
The script is now.. import win32com.client s = win32com.client.Dispatch('CDO.Message') s.From = "[EMAIL PROTECTED]" (was "[EMAIL PROTECTED]") s.To = "[EMAIL PROTECTED]" (was "[EMAIL PROTECTED]") s.Subject = "The subject" s.Send() My problem is thought, the message is still not being sent via Outlook Express. What am I missing? Thanks again for your help so far!! Kind regards Ian -- http://mail.python.org/mailman/listinfo/python-list