Close

It takes a big button to send an email (Part 2‏)

A project log for LifeFramework

A technology Framework to ease everyone's life.

maria-jooMaria João 09/28/2016 at 10:340 Comments

From the point of view of the software, to develop the solution, we are using Visual Studio Community Edition that can be freely downloaded and used for noncommercial purposes.

To build up this configuration (push a button to send an email) it was created a command line executable that accepts some parameters and send an email.

The application is still being developed and as we add more features will be adding more details in future logs, but for now we can say that for the purpose of this demonstration, we created a script inside the application that instruct the system that when a “button pressed” event is detected it will fire a command that will send an email.

Discussions