Get real email in webhook

Hi! I’m using webhooks for auto deploy.
I need the deploy script in the remote server to send an email to the committer or the sender.
But in the webhook request I get the “whatever@noreply.example.org” email address instead of the real one.
Option “Hide Email Addresses by Default” is disabled.
How can I get the real email in a webhook?
Thanks.