Page 1 of 1

Is there a way forthe admin to create an email msg and send it to someones email

Posted: Fri Jun 13, 2008 10:24 am
by raymanexe
i need help i customised the frontendusers for them to register and be verified first by the admin. wat i did is put them first in the "pending" groups and change it to "active" when its approved. what i want is for the user to know that they have been approved and can have access to the site. i want the admin to create an email msg and send the user their account has been activated. i'm having a hard time configuring the code of cmsms. can anyone help me on this?  :'(

Re: Is there a way forthe admin to create an email msg and send it to someones e

Posted: Fri Jun 13, 2008 4:25 pm
by jmcgin51
I have done exactly what you are looking to do.  Use FormBuilder to create a form something like:
From (name):
From (email):
To (email):
Subject:
Message:

When you call the form in the page, you can specify default values for the "From", "Subject", and "Message" fields, so every time you go to that page, most of the work is already done for you.  You just have to specify the "To" email address, customize the other fields (if required), and click "Send".  It works great!

Re: Is there a way forthe admin to create an email msg and send it to someones e

Posted: Sat Jun 14, 2008 1:09 am
by raymanexe
Is this a page that will be displayed in the admin section? or in the frontendpart? i'll just have to hide it from the users is that right?

Re: Is there a way forthe admin to create an email msg and send it to someones email

Posted: Sat Jun 14, 2008 2:36 am
by nuno
correct you have to hide from users like jmcgin51 saw and yes is in front!

B Regards