Hi using win XP pro and IIS5 to send asp e-mail to Society members. I am
trying to send with an attachment using the following code:-
Set cdoConfig = Server.CreateOb ject("CDO.Confi guration")
With cdoConfig.Field s
..Item(cdoSendU singMethod) = cdoSendUsingPor t
..Item(cdoSMTPS erver) = "pegasus.intone t.co.uk"
..Update
End With
Set cdoMessage = Server.CreateOb ject("CDO.Messa ge")...