Farshid Ashouri

Results 3 issues of Farshid Ashouri

I just started using ChicagoBoos. Congratulations, It,s very promising. But there are thing made me worried. First of all, I could not compile it using Erlang 18.x and 19.x. because...

I found few tutorials for CB. Could please direct me to a complete user manual for ChicagoBoss?

For a simple module: ``` defmodule Ticketing.Mailer do @config domain: Application.get_env(:ticketing, :mailgun_domain), key: Application.get_env(:ticketing, :mailgun_key) #mode: :test, #test_file_path: "/tmp/mailgun.json" use Mailgun.Client, @config @from "[email protected]" def send_welcome_text_email(to) do send_email to: to,...