I want to create a mailing list function based on an address book included in the application, (NOT the user's contacts)
for example I have the addresses
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
every email addresses, must be associated with a specific section,
the various section should be selected through a checkbox list.
every section may have more than an email.
I have yet created a working email sender that support the simultaneous sending to many email but I don't know what is the best way to store and load the address in the application and how realize this.