PDA

View Full Version : how to send mail automatically



anuj.madaan
12-14-2011, 10:26 PM
Hi, I want to send same e-mail daily even if I am not online. Is there any way to do it? I have the code to send mails after every minute but it require running the code. How to do it even if my outlook is closed?

JP2112
12-16-2011, 12:05 PM
You can't run Outlook VBA code while Outlook is closed. You could write a VBScript file (.vbs) that creates and sends the message, and use Windows Task Scheduler to run the file daily.