# exmail **Repository Path**: mirrors_areski/exmail ## Basic Information - **Project Name**: exmail - **Description**: Email Delivery, Admin, Analyzer For Marketing - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Exmail > Exmail in Elixir@1.3.4 Erlang OTP 18.3 N/A > > Exmail in Elixir@1.4.2 Erlang OTP 18.3 A > > Exmail in Elixir@1.4.2 Erlang OTP 19.3 A > > Exmail in Elixir@1.4.5 Erlang OTP 20.0 A > > Exmail in Elixir@1.5.3 Erlang OTP 20.2 A ## Installation #### Erlang & Elixir - http://elixir-lang.github.io/install.html #### Wkhtmltoimage ###### Convert html to image - http://wkhtmltopdf.org/ ## Development For upload and download templates, write file as a symbolic link which phoenix is able to see template's link from priv/static/uploads. ``` $ (cd priv/static; ln -s ../../uploads .) ``` ### Check syntax using credo Should avoid to show some warning using running credo command. ```shell $ mix credo ```