Answered how to send email from infopath without submitting the form

  • giovedì 10 maggio 2012 12:03
     
     

    Hi all,

    Can anyone tell me how to send email from infopath without submitting the form.

Tutte le risposte

  • giovedì 10 maggio 2012 13:17
     
     

    Do you view submitting as adding it to a form library? 

    Create a new data connection (submit e-mail) and attach this data connection to a button.


    Blog: www.jasperoosterveld.com Twitter: @SharePTJasper

  • giovedì 10 maggio 2012 15:39
     
     
    You also have the option of using code with a button. Have a button at the bottom of your form that says Send As Email and then edit the button's code so that it sends an email using one of your SharePoint servers? That way the sending email is handled completely separately from submitting the form and using any data connections
  • giovedì 10 maggio 2012 19:49
     
     
    I meant sending email without attaching the form..
  • giovedì 10 maggio 2012 20:03
     
     Con risposta
    Without attaching the form to the email? You can send emails from code formatted however you want from code in the form. This won't submit the form to the library and it won't attach the form to the email.