Forwarded email doesn't have info of original sender

I hava a robot that should horward email. But When I resive a forwarded mail it doesn’t contains any info from original sender, only from robots email account.


I am doing it that way because i can’t attach aditional body to original email befor forwarding it if I use forward mail option.
This is what I would like to acheaved
image

@tomaz

All these properties will be available in the mail variable when you retrieve before forwarding…SO with additional content you can add these values as well in required format

cheers

How can I do that?
Besause If i use forward mail funkcion I can’t can’t attach aditional body

@tomaz

Mail.Subject gives the subject
Mail.DateAsDateTime will give the received time
Mail.To gives the to address details
Mail.From gives the from address details

Collate them as you need in your body

cheers