Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin validation
#1
How do I turn off the emails that I receive every time there's a new user for validation. Is there any option?

Thanks.
Reply
#2
Not that I know of your going to have to edit the php. Let me take a look and see if I can find it
Yes, your going to have to delete one of these 2 lines
Code:
$emaildata = $db->emailTemplate("newaccadmin");
$emaildata2 = $db->emailTemplate("adminval");[/
code]
In the /includes/class_server.php file
Reply
#3
Thanks.
The reason I ask is because I use yahoo, and it has a tendency to block servers that are sending too many emails of the same kind. If not block, it will delay future emails.
Reply
#4
No problem. Glad to help. Come back if you have any other questions.
Reply
#5
Hmmm...that only resulted in blank emails being sent out. Removed the php comments for now...
Reply
#6
Oh try this line then
Code:
$email->staff($emaildata2['subject'], $emaildata2['content']);
Reply
#7
(08-29-2010, 04:50 PM)xpack Wrote: Oh try this line then
Code:
$email->staff($emaildata2['subject'], $emaildata2['content']);

That should do the trick. Wink
Kevin Mark - TheHostingTool Lead Developer
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)