vijayakumarit / mail-listener6

Other
1 stars 5 forks source link

mail.from[0].address #1

Closed bluefish007 closed 2 years ago

bluefish007 commented 3 years ago

mail.from[0].address (to get the mail address) is not working

vijayakumarit commented 3 years ago

Can you try this mail.from.address

bluefish007 commented 3 years ago

Unfortunately it is not working!

But I grab the information now from header...

nayaganov commented 3 years ago

Unfortunately it is not working!

But I grab the information now from header...

try mail.from.value[0].address

bluefish007 commented 3 years ago

@nayaganov It works! Thank you!