Help Needed With Email Processing

cool.guy

Новичок
Регистрация
23.07.2011
Сообщения
10
Благодарностей
0
Баллы
0
I am a newbie to ZennoPoster and have some confusion with its Email Processing System.
The confirmation link is somewhat like this:

.</p><p style='margin-top:30px;color:#bbb;'>If clicking the link above does not work, copy and paste the following URL in a new browser window instead.<br/>http://website.com/activate/34Pp3gdkj2RmFnsMYM<br/><br/>It is also a good idea to add [email protected] to your address book to ensure that you receive our messages (no spam, we promise!)</p>

As you can see, it is like website.com/activate/CODE
Anyone would help me out processing such emails?

EDIT: I tried using .* at the end but then it parses the whole text
as mentioned below:


http://website.com/activate/34Pp3gdkj2RmFnsMYM<br/><br/>It is also a good idea to add [email protected] to your address book to ensure that you receive our messages (no spam, we promise!)</p>
 

gcomm

Client
Регистрация
01.03.2011
Сообщения
332
Благодарностей
93
Баллы
28
First of all - You should watch this tutorial on Mail Processing via youtube user : IAMTHEDARKWIZ : very informative. Simply watch his tutorial and emulate what he does...

It gets super fun once you can do it once or twice.

The attached ProjectMaker file does the following -


1. Takes a line from file formatted like > email account : password
2. Splits the line for the first part (0)
3. Splits the line for the second part (1)
4. Attaches the results to your email processing element
5. Does the regex within your message (you need to do the subject regex)

I'm sure Bigcajones will swoop down with a majestic regex that is much better ;-) however this one will work for now man....

Посмотреть вложение MAIL PROCESSING REGEX.xml
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
Nope, gcomm, that's exactly the regex I would use to parse the needed activation code.
 

gcomm

Client
Регистрация
01.03.2011
Сообщения
332
Благодарностей
93
Баллы
28

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)