Eliminating IP address in autoresponder

rowby 11 Mar, 2009
Hi using 3.0 latest version

When I use the autoresponder feature (via dynamic email) the generated email that is sent to the submitter includes the IP address.

Is there a way to turn off this "feature"?

Example (at the bottom of the email):

Submitted by 71.105.76.113 



Thanks

Rowby
GreyHead 11 Mar, 2009
Hi Rowby,

There used to be a switch to turn this off but it looks as though it's gone. The only answer I have is to edit the Email template to remove it.

Bob
rowby 11 Mar, 2009
Hi Greyhead,

Hmmmm,

I looked at the source of the email template and I don't see anything at all that references the IP address.

Hmmmm....

Rowby
GreyHead 12 Mar, 2009
Hi Rowby,

Oh dear . . . please try this in the OnSubmit Before box
<?php
$email_params->recordip = "0";
?>

Bob
rowby 12 Mar, 2009
Hee hee.

I added the code but it "made no difference"..

If it helps, here's what is on the bottom of the email:


Submitted by 173.117.19.27

In On Submit code - before sending email: I put
<?php
$email_params->recordip = "0";
?>

...Rowby
Max_admin 13 Mar, 2009
Hi,

the switch was moved to the "Email properties" area! 🙂

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rowby 13 Mar, 2009
Thanks Max!

Rowby
This topic is locked and no more replies can be posted.