My code:
MailPrepare "To",Email,Subject,MailBodyFile
MailAttach MailAttachFile
MailSend
if NM_ResultCode > 0 Then
print NM_ResultText
Else
Print "Mail Send Was OK."
End If
But it doesn't work it gives me a load dll error.
any help would be appriciated...
thanks Randy
MailPrepare "To",Email,Subject,MailBodyFile
MailAttach MailAttachFile
MailSend
if NM_ResultCode > 0 Then
print NM_ResultText
Else
Print "Mail Send Was OK."
End If
But it doesn't work it gives me a load dll error.
any help would be appriciated...
thanks Randy