A
A
andrew87122013-12-16 13:49:02
Computer networks
andrew8712, 2013-12-16 13:49:02

How to organize an online form to collect e-mail addresses?

Hello! I wrote my first iOS game and now it's time to tell the world about it. To do this, I plan to create a simple site in Node.js and upload it to Heroku. To notify potential players that the game is available for download in the AppStore, I plan to make a page where the user can enter their name and e-mail. Question - how to organize it with little bloodshed, without a MySQL database and other things? At the output, I would like to get a text file with emails. Or maybe there is some third party solution?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
M
maxaon, 2013-12-16
@andrew8712

I can recommend MailChimp . There is a newsletter and a lot of useful stuff. Instructions for the form on the website

B
balamutik, 2013-12-16
@balamutik

If the list of users is large, I advise you to still use the DBMS. You can even try an embeddable like sqlite. If you still need file storage of data, you can use JSON.

P
pomeo, 2013-12-16
@pomeo

launchrock.com

D
Dmitry Filatov, 2013-12-16
@i_dozi

The domestic analogue of MailChimp is Unisender. I use it, I really like it.

V
Viktor, 2013-12-17
@vick

> At the output, I would like to get a text file with
google forms emails - ok
habrahabr.ru/post/148332

L
Lera94, 2015-07-19
@Lera94

Try the StandardHarvester contact collection program . Works great. standartsoft.ru/harvester

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question