How to get email address in email content

bbfantasy

Member
Hi All
I hope can get the helping to resolve my problem
I want to know how to get email address in email content sent to me. I am using Aqua Mail plugin
Email content like below paragraph

" Mr Lukas (Lukas Tran) (testing@gmail.com) is requesting to access your file".
 

Dimlos

Well-known member
If you set a string variable for the From variable in the Aqua Mail plugin, the sender will be assigned to the variable.
If you only want the email address, you need to process the string.

Or do you want to extract the email address from the body of the email?
 

bbfantasy

Member
If you set a string variable for the From variable in the Aqua Mail plugin, the sender will be assigned to the variable.
If you only want the email address, you need to process the string.

Or do you want to extract the email address from the body of the email?
Yeah, Bro!
I want to extract the email address from the body of the email but dont know how to do
 

Dimlos

Well-known member
Regex (RegularExpression) is a string processing rule and is not exclusive to MacroDroid.
At first, you learn it by searching on the net or imitating others.
I am not a Regex pro, so I always do that.
 

bbfantasy

Member
Th
Regex (RegularExpression) is a string processing rule and is not exclusive to MacroDroid.
At first, you learn it by searching on the net or imitating others.
I am not a Regex pro, so I always do that.
Thank for your advice
 
Top