Help Needed With Email Processing

  • Автор темы Автор темы cool.guy
  • Дата начала Дата начала

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 noreply@website.com 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 noreply@website.com to your address book to ensure that you receive our messages (no spam, we promise!)</p>
 
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
 
Nope, gcomm, that's exactly the regex I would use to parse the needed activation code.
 

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