1

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 ?

Sully007
  • 11
  • 4

1 Answers1

1

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