<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">yes, you can put to your
      KEYCLOAK_HOME/standalone/configuration/keycloak-server.json
      (assuming you're using wildfly appliance or WAR distribution) and
      change the line:<br>
      <br>
          "email": {<br>
              "provider": "freemarker"<br>
          },<br>
      <br>
      to something like:<br>
      <br>
          "email": {<br>
              "provider": "foo"<br>
          },<br>
      <br>
      where "foo" is the ID returned by your
      EmailProviderFactory.getId() implementation.<br>
      <br>
      Marek<br>
      <br>
      On 11.9.2014 19:31, Rodrigo Sasaki wrote:<br>
    </div>
    <blockquote
cite="mid:CANLOgwDk3TiXy-RcTgzPfQjT=x-4-DvC66nyN8N3S1rxSMuLQQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello,
        <div><br>
        </div>
        <div>I wanted to keep the original SPIs untouched, so while
          doing this I created a new module to act as my e-mail
          provider, although the <font face="courier new, monospace">FreeMarkerEmailProvider</font>
          keeps getting called as default.</div>
        <div><br>
        </div>
        <div>Is there a place where I can define which <font
            face="courier new, monospace">EmailProvider</font> I want to
          be used?<br clear="all">
          <div><br>
          </div>
          -- <br>
          <div dir="ltr"><font face="Times New Roman">Rodrigo Sasaki</font></div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
keycloak-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-user">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
    </blockquote>
    <br>
  </body>
</html>