>>>>> "ian" == ian <[EMAIL PROTECTED]> writes:
> import win32com.client > s = win32com.client.Dispatch('CDO.Message') > s.From = "[EMAIL PROTECTED]" > s.To = "[EMAIL PROTECTED]" > s.Subject = "The subject" > s.Send > ... but nothing happens. > What am I doing wrong? Does anyone have some sample code to share with > me please? Try s.Send(). Ganesan -- http://mail.python.org/mailman/listinfo/python-list