Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 560 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 560 Bytes

MailChimp_to_Sendinblue

Tool to convert Mailchimp mail templates to Sendinblue mail templates in C++.

How to use

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.