RE: Use another email on auto-reply, instead of senders email
Thank you for your answer, Emilija :).
Just to keep all my questions in one thread, I have one fundamental question, I can't seem to get working. And I can't find any good tutorial on.
Under Email Filter -> Find Regular Expressions i want to get an email-address from the body, of an incomming email. Here I type realEmail = [a-z]*@[a-z]*.[a-z]*.
From this I get the email from the header (since its the first).
I want an email from the body. But whenever I try to specify the regex, like this:
Email:[ ][a-z]*@[a-z]*.[a-z]* or <i>[a-z]*@[a-z]*.[a-z]*</i>
it gives me a blank string. In general, it returns blank if I try anything fance, and I haven't figured out what I allowed to do in this regular expression.
Do you have any idea why this doesnt work?