Try our conversational search powered by Generative AI!

XForm Mail sending not working

Vote:
 

I have implemented the Xforms using  episerver MVC 4. It is set to save to database and send email for the submit button for the XForm.

Its saving in the database but its not sending the mail. I have even setup the SMTP as well.

  <mailSettings>
      <smtp deliveryMethod="Network" from="domain@site.se">
        <network host="domain@site.se"/>
      </smtp>
    </mailSettings>
  </system.net>


Am I missing anything?  I guess I dont see any setting in Global.asax.

#70356
Apr 17, 2013 18:31
Vote:
 

I solved the above problem..Issue was in SMTP settings. Thanks

#70360
Apr 17, 2013 18:52
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.