Hi sandy
Currently you don't have a valid constructor and you've configured your job to use a constructor with 2 parameters (http://ne-per-md1 and /)
Change the following line
PublicSub TestTimerSchedule(ByVal strURL AsString, ByVal webURL AsString)
to this
PublicSub New(ByVal strURL AsString, ByVal webURL AsString)
Now it should work if you have your mail settings configured to send the email.
Cheers
Currently you don't have a valid constructor and you've configured your job to use a constructor with 2 parameters (http://ne-per-md1 and /)
Change the following line
PublicSub TestTimerSchedule(ByVal strURL AsString, ByVal webURL AsString)
to this
PublicSub New(ByVal strURL AsString, ByVal webURL AsString)
Now it should work if you have your mail settings configured to send the email.
Cheers