hi,
is there a way to insert php code in the sent message.
In fact I want to send a generated url by custom field in my post to the user after he fill the Contact Form 7.
Each URL changes by each post. Something like that :
<?php $newsletter = get_post_custom_values("newsletter") ?>
<?php echo $newsletter[0]; ?>
And the url of the newsletter will be inserted in the email he recieves.
Thx for your help