1
johmo
Customised email
  • 2006/9/29 13:11

  • johmo

  • Just popping in

  • Posts: 61

  • Since: 2006/9/9 1


Can i edit the email that is sent out with the activation link? I want to add a few details about the working of the site.

Or possibly in the email that is sent after the account is activated.

Also is there a way to send out batch email to users?

2
johmo
Re: Customised email
  • 2006/9/29 13:15

  • johmo

  • Just popping in

  • Posts: 61

  • Since: 2006/9/9 1


Also, can i set the 'receive occasional email' radio button on the registration screen to default yes instead of no?

3
jensclas
Re: Customised email

For the first question you will need to find the template mentioned in this thread. For your other questions you will probably need to look for a mail module. There are 2 I know of under develeopment - xmail and Smart mail. As for the third question about default to yes you probably can but I can't tell you how. Sorry

4
m0nty
Re: Customised email
  • 2006/9/30 3:08

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


open register.php in the root XOOPS folder.

find (around line 129):

$user_mailok = (isset($_POST['user_mailok']) && intval($_POST['user_mailok'])) ? 0;


replace with

$user_mailok = (isset($_POST['user_mailok']) && intval($_POST['user_mailok'])) ? [b][color=CC0000]1[/color][/b];


as you can see, all that has changed is i've reversed the 1 : 0 at the end of the line.

Login

Who's Online

464 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 464


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits