Posted on: 08/22/04 11:12pm
By: Anonymous (Crissy)
How do I hard code removal instructions into every message sent from the mail user function?
Thanks,
Crissy
hard coding removal instructions
Posted on: 08/23/04 04:13am
By: Robin
[QUOTE BY= Crissy] How do I hard code removal instructions into every message sent from the mail user function?
[/QUOTE]
What removal instructions and what message?
hard coding removal instructions
Posted on: 08/23/04 05:42am
By: hidden
[QUOTE BY= Crissy] How do I hard code removal instructions into every message sent from the mail user function?
Thanks,
Crissy[/QUOTE]
do you mean account removal?
if you dont want users to delete their account you can set it off in your config.php
$_CONF['allow_account_delete'] = 0;
if you have set that =0 you dont really have to hard code editing that msg for deleting accounts, it wont appear.
i hope it is what you mean.
hard coding removal instructions
Posted on: 08/25/04 12:05am
By: Anonymous (Crissy)
What I mean is: I want to automatically add removal instructions to every email sent out from the geeklog site.
Example: When I send them the newsletter, the law states there must be removal instructions in case they no longer want to get it.
I want to know how to hard code it in underneath the message I am sending when sending from the mail user interface so that it will always appear
Like when you get an autoresponder message and it has the removal instructions and link at the bottom or php that automatically has the removal instructions at the bottom with every email sent out.
Thanks,
Crissy
hard coding removal instructions
Posted on: 08/25/04 09:17am
By: Robin
OK then you can hardcode it into the language file and change
15 => "Your {$_CONF['site_name']} account has been created successfully. To be able to use it, you must login using the information below. Please save this mail for further reference.",
into something like this
15 => "Your {$_CONF['site_name']} account has been created successfully. To be able to use it, you must login using the information below. Please save this mail for further reference. If by any chance, however we would be rather suprized, you want to remove you your account please log in and click on Delete my account blah blah blah",