Skip to content

A Windows Service that sends emails registered in the database.βš™πŸ“§

Notifications You must be signed in to change notification settings

LincolnStuart/auto-email-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Auto E-mail Sender

It's a simple Windows Service which sends emails according your configuration. To run this example you need to create a service on your OS.

  • First step is compiling your project to generate an .exe.
  • Then you need open your prompt as admin.
  • Create a service on your Windows. ex.:
sc create [service name] binpath=[full path to binary]
  • Start your service. ex.:
sc start [service name]

About

A Windows Service that sends emails registered in the database.βš™πŸ“§

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages