Importing Emails

Ask any support / help / issues / problem or question related to TumblingJazz
Post Reply
hughjass101
Posts: 32
Joined: Mon Dec 23, 2013 9:21 pm

Importing Emails

Post by hughjass101 »

Hello,

So I bought a bunch of emails to import and they're verified, pop3 enabled with the spam filter disabled.
I don't know much about pop3 but my seller was explaining it to me and said that b/c its enabled, the format of my accounts would be email:password.
This isn't going to screw up my account creation since the format on the bot says email:password:pop3server:pop3port:ssl, will it?
Also, he sent me the default server, port and ssl. So should I just add these attributes to the formats in excel?


Thx in advance
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Importing Emails

Post by martin@rootjazz »

yes just need to append the lines, so each is in the correct format.

You can get a text editor, I recommend notepad++. Then you can just search and replace on a linebreak (new line)

This is the code for a newline / line break

Code: Select all

\r\n
then replace it with your

Code: Select all

,popserver,pop port, sslenabled\r\n
also do a search and replace on : for ,

SSLENABLED should be a true or false value

When doing a search and replace in notepad++, you need to select "extended mode", which makes the extended chars available (such as \r\n and \t (tab) etc)

IF you have no idea what I am talking about, just emailing the file and I will convert it for you

Code: Select all

support[at]rootjazz[dot]com
hughjass101
Posts: 32
Joined: Mon Dec 23, 2013 9:21 pm

Re: Importing Emails

Post by hughjass101 »

ok thx! You're awesome man! And yea I understand, I'm a pretty fast learner lol
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Importing Emails

Post by martin@rootjazz »

It should look like this :-)

Code: Select all

KaitlynvcJessopls0727@hotmail.com,mzknjbxna48,pop3.live.com,995,true
ElnoraglAntwineel4745@hotmail.com,enkbmnxqm63,pop3.live.com,995,true
ShawnnahhReisenep3725@hotmail.com,ynzawpnct98,pop3.live.com,995,true
Post Reply