mrmr - 2007-01-31

Logged In: YES
user_id=1659886
Originator: NO

for me, SMTP method is nomore working.
I've switched to PHP mail() and mail now can be send.

Althought i've noted a "bug" in mail_activate.tpl.
Here's a little patch to explain the problem:

Index: mail_activate.tpl

--- mail_activate.tpl (revision 108)
+++ mail_activate.tpl (working copy)
@@ -10,7 +10,7 @@

**** Does the above URL not work? ****
If the above URL does not work, please use your web browser to go to:
-http://<{$smarty.server.SERVER_NAME}>/?n=account/activate
+http://<{$smarty.server.SERVER_NAME}>/?n=account/register/activate

Please be sure not to add extra spaces. You will need to type in your username and activation number on the page that appears when you visit the URL.

@@ -19,4 +19,4 @@

All the best,
- <{$cms->config.site_name}>
-<{/if}>
\ No newline at end of file
+<{/if}>

mrmr