Help with variable email sending

Status
Not open for further replies.

Linuxma

Newbie
Joined
Oct 4, 2013
Messages
23
Reaction score
3
Hi,

I don't know if it's possible to do what I'm asked for so I'm asking you experts if there is a way out of this.

I need to send variable content to a list of 1500 emails: Every content is unique, the content here is the login & password of all those people (so obviously, it'll not be the same). I know that it's impossible to do this with Mailchimp or Aweber (or I didn't find anything about this)... So I was hoping if anyone know some software or any other method that can help me with this task... Automating this process, line 1 for email 1 or something like this.

There is another out of the box ideas that (i guess) are possible but it involves implementing a code on a website asking the person to enter it's mail or something (X) so that we can use an Auto-response that gives the correct info to that correct X. (It's still e-mailing)...

Anyway, I was just hoping I can get some Ideas from all of you if possible.
 
Why not use a database containing email, username, password etc and send emails from there? I can make you one if you want. It also can be implemented with websites, sign up forms, pop up email collectors etc.
 
Imacros, enter the data in a csv file , email, subject title, content(your unique data) . So 3 columns in each line.
Then have the imacros send emails out 1 by 1 and let it loop its way through the csv file.
 
Thanks for your replies ! It sure is a difficult thing to do & I can't use the white hat methods as well (mailchimp & co). Masterptc, if I use Imacros, from where can I send those emails ? (platform).

Thanks again !
 
Anywhere...hotmail,yahoo,etc... i never sent 1500 emails so not sure how that will work, if there are sending limits you can split the work between different email accounts.
 
Well actually, it's pretty simple in Mailchimp or any other white hat plateform... You just need to add a required field on the form part "Text" and name it whatever you want... Edit your list or upload it again with the right fields, Then just send the campaign with the appropriate merges.

Hope it helps someone else, thanks for the help.
 
Most email marketing softwares like aweber uses variables/custom fields, all you need to do is dump the data from your database to a CSV file with headers and import it in aweber. And while composing your content, you can use placeholders(e.g hey this is your [PASSWORD_FIELD]) for these headers and it will be automatically replaced by real value.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top