-
You need to make .html page, using template anchors, like {0}, {1}, {2}, etc. View example file /bin/template/test_template.html.
-
Make recipient list with variables values. It should look like simple .txt file. You can generate it though Export from your Data Base. View example file **/bin/list/test_list.txt
-
Launch mailsender, pass html template and list like arguments.
$> mailsender.exe list/test_list.txt template/test_template.html Subject
- Build dependences (Socket lib).
- cd dep/Sockets-2.3.9.7/
- make && make install
- Build mailsender:
- cd src/mailsender
- make && make install
- Compiled binary here: bin/mailsender