Share My Creation Command line emailer

Hi all.

Thought I would share this b4j program. We use it in our CI system to email the output files of build to developers.

Very simple to use. Take a look at the pic. Source is included. You need to add your own email credentials. File is deleted on successful send.

Tweak, tear apart and have fun!

FYI: I converted the jar file to an EXE.


emailer.png
 

Attachments

  • DevEmailer.zip
    1.7 KB · Views: 287

sorex

Expert
Licensed User
Longtime User
Jake,

Do you need to do anything special to make a console app?
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
This was my 1st console app. Log is the same as .NET console.write
Really not that hard.
 

sorex

Expert
Licensed User
Longtime User
ok, but in .NET you select that it is a console app.

I thought B4J projects were GUI by default.
 

sorex

Expert
Licensed User
Longtime User
thanks for the hint!

I usually create an empty project when I first use a B4x product and store it in an _empty folder and copy that when I want to start a new project.

Then you obviously miss the stuff like above.
 
Top