git clone https://github.com/Sabyasachi-Seal/Certificate-Generator-MLSA
cd ./Certificate-Generator-MLSA
docker build -t test-1 . && docker run -p 8000:8000 test-1:latest
- You can use the
Mail.xlsm
file to send emails to the participants. Open this with Excel. PressAllow Content
if required. - Do not need to change anything in the file itself.
- All you need to do is to search for
View Macros
in excel and then select theSend_Mails
macro and then click onRun
. - Now open outlook and login.
- Click on outbox and see the mails being sent one by one.
- Implementing for Linux users?
Souce Repo(I made some subtle improvements) : Click Here