Hello all,
I am trying to be able to send mail using CDO, and am very much over my head for my current skill level. Any help would be greatly appreciated. Here is what I have so far, but I keep getting syntax errors.
Sub emailtest()Dim CDO_Mail As Object
Dim CDO_Config As Object
Dim...