How do i make/setup a mailing list?
- by acidzombie24
I know i could program it myself but maybe there is a simple (thats the keyword) package.
I like to add a box, snippet, form or page to my site for users to input their email address. Then i'd like it to automatically send email saying you have successfully subscribe. I'd want an unsubscribe link and i would be using smtp on google apps.
I would like to send email with html so i can have a simple sentence with a complex link such as this
I dont know if i'll get marked as spam if i try to send everyone an email at once? so i'd like the software to manage it. Also i'd like to get the emails in a simple format like csv.
Is there a simple app that does this? if not i can write a simple form which does a simple insert (or delete when unsubscribing) and write a 200-300line app to send my emails out for me.