Rank: Member
Joined: 1/24/2008(UTC) Posts: 60
|
Hey guys.
I was wondering if there is an option to email the admins when someone creates a new account on the website.
If it doesn't come with BV, how hard would it be to modify the code to allow something like this?
I'd like something similar to the New Order email, except just user details, like username/email, etc.
Thanks! |
- Brian Web Developer/IT Manager |
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
Brian, Modify the \BVModules\Controls\NewUserControl.ascx.vb:157 after the Membership.UserAccount.Insert(u, s) to send an email using the Utilities.MailServices.SendMail. Regards, Corneliu. |
|
|
|
|
Rank: Member
Joined: 1/24/2008(UTC) Posts: 60
|
Thanks :)
I found the locations of these yesterday when the forums were down after a bit of searching. I also added the address control to the new user registration form so now they have to put in a "contact" address before it will allow them to register heh. |
- Brian Web Developer/IT Manager |
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
what about sending the customer an email once they create an account with their username and password in it? I am not familular with the Utilities.MailServices.SendMail.
|
|
|
|
Rank: Member
Joined: 8/1/2007(UTC) Posts: 310
|
Its pretty straight forward and easy to do that. Open up the code and take a look at it. If you have specific questions, please post them here. |
Thanks, Satya support @ bayquel.net Work: +1 803 883 3226 |
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
i did open the code up. I simply dont know how to use the Utilities.MailServices.SendMail
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.