Auto Outlook send

pekajo

Registered User.
Local time
Tomorrow, 03:38
Joined
Jul 25, 2011
Messages
136
Hi,
I need to send a number of outlook emails but each email get 'Deny Allow' message. Is there a way to avoid this message?
my code
With olMail
.To = CEmail
.Subject = vs1
.Body = mm
.Attachments.Add "G:\Login Email Instructions.pdf"
.Send

End With

Regards
Peter
 
There were 3rd party add ins for that like Click Yes and Redemption. I wonder if they still work.
 
Last edited:
 

Users who are viewing this thread

Back
Top Bottom