Tool to convert Mailchimp mail templates to Sendinblue mail templates in C++.
Simply clone the repo, change this line (only the "REDACTED" part) to the address you want to see on the bottom of your mail and compile it with:
g++ main.cpp -o <name of output file>
and use it with:
./<name of output file> <name of exported template file>
Feel free to open issue or pull requests to improve this project.