Welcome Guest, Not a member yet? Register   Sign In
Email Class: Send dynamic text from file?
#5

[eluser]Popcorn[/eluser]
I use something similar in my authentication library to find "{key}" and then replace this with the real value.

The first parameter is the string you are looking for, the 2nd is what you are replacing it with and the 3rd is the message you are finding "{key}" in. You can assign this new message into your email script.

Code:
$message = str_replace('{key}', $key, $this->forgotten_password_message);

Kind Regards,
-Mathew


Messages In This Thread
Email Class: Send dynamic text from file? - by El Forum - 06-11-2008, 11:25 PM
Email Class: Send dynamic text from file? - by El Forum - 06-12-2008, 12:08 AM
Email Class: Send dynamic text from file? - by El Forum - 06-12-2008, 12:27 AM
Email Class: Send dynamic text from file? - by El Forum - 06-12-2008, 10:56 AM
Email Class: Send dynamic text from file? - by El Forum - 06-12-2008, 11:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB