Hello,
Is there a way to include the IP adress in our optional HTML template? The IP comes in the email, but I'd like to have it in a table next to the other fields I've defined.
Tanx
Pierre
Is there a way to include the IP adress in our optional HTML template? The IP comes in the email, but I'd like to have it in a table next to the other fields I've defined.
Tanx
Pierre
Hi Pierre,
At any place of the template, add this code :
Cheers
Max
At any place of the template, add this code :
<?php echo $_SERVER['REMOTE_ADDR']; ?>
Cheers
Max
Thanx a lot.
Do you ever sleep?
I'm amazed at the speed of the replies here!
Cheers.
P
Do you ever sleep?
I'm amazed at the speed of the replies here!
Cheers.
P
Hi Pierre,
Thanks! just up to see any emergencies😉
Sincerely,
Max
Thanks! just up to see any emergencies😉
Sincerely,
Max
This topic is locked and no more replies can be posted.