Skip to content

Commit

Permalink
added mailer configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
socioboard committed May 4, 2015
1 parent d1ce803 commit be0875b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions SocioBoard/SocioboardAPI/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,14 @@

<!--mailer setting-->

<add key="SuccessURL" value="" />
<add key="FailedURL" value="" />
<add key="paypalemail" value="" />
<!--mailer setting-->
<add key="MailType" value="Gmail"/>
<!--<add key="MailType" value="Mandrill"/>-->
<!--<add key="MailType" value="Sendgrid"/>-->
<add key="GoogleUserName" value=""/>
<add key="GooglePassword" value=""/>
<add key="GendgridUserName" value=""/>
<add key="GendgridPassword" value=""/>

<add key="DefaultGroupName" value="Socioboard" />

Expand Down

0 comments on commit be0875b

Please sign in to comment.