Hello,
If the email set in email field :
$email = get_field('email_de_contact', $post_id);
is of type : @gmail.com, @yahoo.fr …
The email is not received
if the email is of type @customaddress.com the email is received !
Strange, i’m not sending email to email_de_contact !
Thank you