Hello All,
I want to extract specific data from my body of the mail.
Here my example data:
Sender: Test Subject, test@gmail.com
Subject: Register For The Data Science
Recipients: receipients@gmail.com
Recipients: relceipients1@gmail.com
To: test1@gmail.com
I want to extract sender and subject differently and I need to store values in .csv.
If I will use matches comment getting the values only true and false, But I need the exact value to store.
Any help on this!