Hi All!
I want to send email by using the following routine but I'm receiving an error message "sendusing configuration value is invalid". Can anybody help me out
Dim ObjMessage
SmtpMail.SmtpServer = "smtp.googlemail.com"
Set ObjMessage = CreateObject("CDO.Message")
ObjMessage.Subject =...
Hi All!
I want to send email using the email address from a access table. I want that all fields againts that email address should be in email body. I tried to do that but the error coming
"Can't find the field '|' reffered to in your experession"
I using the following routine...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.