Is there free email directory?

Automation: What free Windows program can detect a new file in a directory and automatically email it?

  • In this case I want each new video in a directory to get emailed to the address I specify.

  • Answer:

    It must be by email or can it be copied for a shared folder for example? Goodsync does that easily...

David Pires at Quora Visit the source

Was this solution helpful to you?

Other answers

https://autohotkey.com/ is free and can, easily, handle the job.  There are https://autohotkey.com/docs/Functions.htm#FileExist for looking in a given file(s) exists as well as other scripts people wrote like https://autohotkey.com/boards/viewtopic.php?f=6&t=8384&hilit=folder+watch, then you would have the option of using AutoHotKey to use Outlook to send your email or some other service like Gmail or Mailgun.  I have a video and script walking through how to create an http://the-automator.com/automating-an-html-outlook-email-with-autohotkey/.  All you'd need to do is incorporate checking for the file existence and tweak the above mentioned script for it to work for you.  If you install AutoHotKey, I recommend the 32 bit, Unicode version of AutoHotKey_L.  It has an extremely small footprint and can help in many other ways...

Joe Glines

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.