Display IP Address

Hey guys,



How can I display the IP address of the people who contact me via the Contact Us form, what I want is their IP address displayed in the email that I (the admin) gets …



I would also like to receive an email whenever a user registers an account and/or places an order … by default I as an admin do not get the intimation …



Any help will highly be appreciated …



Regards.

[quote name=‘vikram’]Hey guys,



How can I display the IP address of the people who contact me via the Contact Us form, what I want is their IP address displayed in the email that I (the admin) gets …

Regards.[/QUOTE]



This is what I do , but it adds the IP address to EVERY mail



add this to “template directory”\mail\letter_footer.tpl

```php

IP address {$smarty.server.REMOTE_ADDR}

```