Commit 0f10a9b8 by nilu

S45723751 # Matchd / Talentology - No Plan [Enhancement] #Ingest not working - URGENT

parent ba3adb04
...@@ -278,7 +278,7 @@ public class PerformaEmailFetcher implements Runnable, InitialisationParticipant ...@@ -278,7 +278,7 @@ public class PerformaEmailFetcher implements Runnable, InitialisationParticipant
tmpFromPerson = getApplicantName(tmpFromPerson); tmpFromPerson = getApplicantName(tmpFromPerson);
Document document = Jsoup.parse(tmpMessageBody); Document document = Jsoup.parse(tmpMessageBody);
Element atag = document.select("a[title*=" + tmpFromPerson + "]").first(); Element atag = document.select("a[title*=Email]").first();
tmpReplyTo = atag.text(); tmpReplyTo = atag.text();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment