
Is there a way forthe admin to create an email msg and send it to someones email
Is there a way forthe admin to create an email msg and send it to someones email
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
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!
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
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
correct you have to hide from users like jmcgin51 saw and yes is in front!
B Regards
B Regards