Hi there,
I can't seem to get this code to work, Does anyone know how to send an email attachment without using smtp?
Thanks,
Paul
Set objEmail = CreateObject("CDO.Message")
objEmail.From = "testsrv@co.oakland.mi.us"
objEmail.To = "user@co.oakland.mi.us"...