I need to have function that enables a users to submit a question on SharePoint 2007, the question is then sent as an email to a specfied user.
Is there any in built function in sharepoint that allows this or do need to code this ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, the only way to do it without coding is to have a list with an alert me function to send the e-mail.
If you wanna code, you can use SPUtility.SendEmail with an event receiver on your list to achieve the result you want