Skip to content

tool for mass mail creation from template, and opening it in outlook for sending

Notifications You must be signed in to change notification settings

flamebmf/Outlook-mass-mail-creater

Repository files navigation

Tools for mass mail creation in one click.


Almost done.

GUI - done

INI - done

Reading input from file- done

Logging-done

Templates filtering - done

Sending to outlook-done

Hello!
This is tool for user who need send alot of emails with constants types for one event.
For example:
You need to send 10 emails to different pipl\company to start\stop same process.
But you need to use current data\name of responsiblity person\tecknical details\.. for this in all emails.
This tool for you! You create templates,discribe a fields once, and create emails with actual data in them.

omc.ini - main configuration file


[files] - described used files
fields = fields.ini - where fields list is
ico = omc.ico - ico file to use in main window
log = omc.log - where logs will be stored
inputdata=input.ini - file with data for automaticly load
emailtemlates=emailtemlates.ini - where email templates list
[params] - only one param - verbose
verbose=1 - if enabled(1) more info will be stored in logfile

fields.ini - file with fields description.
This file used for generating Gui input forms and for filtering templates.


For example:
Field < tab > describtion
StoreNum Store SAP number
StorePhone Store phone number
StoreAddress Store full address

inputdata.ini - holds all real data for all fields, described in fields.ini, not required, you can input data manualy in GUI field.


For example:
Field < tab > data
StoreNum 2072
StoreName Some name
StoreAddress Гдето в городе
StoreCity Копенгаген

emailtemlates.ini - holds path to email templates to use.


You can use relative path.
Consist from template name < tab > file path
Example:
operators tmpl\operators.emtpl
Where "operators" is template name and "tmpl\operators.emtpl" file path to it.

Template file

This file contains 3 fileds.
First line is TO:
Second line is CC:
Third line is Subject
All other lines is email body in html format.
Example:
Some person someperson@company.net
Some person 2 someperson2@company.net
We are closing StoreName.
Hello please do the needful to start process on StoreName StoreNum
Regards.

About

tool for mass mail creation from template, and opening it in outlook for sending

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages