Skip to content

Cert Maker 5000 v1.0.0.2

Compare
Choose a tag to compare
@xmikedanielsx xmikedanielsx released this 05 May 14:03
· 1 commit to master since this release

Future

As of right now, I will be trying to get releases out the door as fast as I can as I know the product is not fully flushed out. however I am trying to follow the agile method as best as possible and keep release small but progressively incrementing patches. The next release will be a big one. As the next release requires a lot of thought process on how to implement (E-Mail stuff). Some may want MAPI style where I use the interop libraries to connect with outlook or Windows Mail for example .. others may want to be able to set their SMTP credentials and send direct through an SMTP relay or their exchange, IMAP/POP3/SMTP service and finally others may want to integrate into the most popular mail sending systems out there like, Mail Gun, MailJet, SendGrid, Postmark, MailerSend, etc;... Now I plan to implement probably all 3 of these how ? Well this part is unknown but definitely on my list.

Also, I think regards to the APIs. I will probably implement the following and in the following order.

  1. MailGun (Because I already have an account and I use it often)
  2. MailJet (Because it's a fairly standard small business Marketing Tool compared to Constant Contact etc.. much more money)
  3. PostMark (because I have heard of it before and it sounded more reliable)

Please note if there is another API you wish to implement, after the code is done for the first set of APIs please feel free to fork and create your PR. Or leave an enhancement request and I will see if I can get to it and implement that for you. Most of the API solutions out there do have the ability to create SMTP credentials either way so you should be safe by default, the API portion is just a cherry on top.

This Release Details

Improvements:

  • Added Path cleansing for output of file names. As this was seen as a potential issue with the dynamic CSV content coming in.

Fixes:

  • Generate Now button is now implemented and functional

Outstanding Issues:

  • Generate Now and Email button needs to be implemented