ghostにはmailの設定がある。mailは今のところ、パスワードをわすれた時に再設定メールを送る際に使用される。バージョン0.8からはβ機能の一つのsubscribers機能からも使う(まだメール送信機能は無いっぽいけど)。
 * Mail Configuration on self-hosted version of Ghost
送信元メールアドレスの設定方法はいくつかある。
 * Mailgun
 * Amazon Simple Email Service
 * Gmail
このうち簡単に試せそうなmailgunで設定していた。
こんな感じ。
mail: {
    fromaddress: 'lorentzca@ghost.ponpokopon.me',
    transport: 'SMTP',
    options: {
        service: 'Mailgun',
        auth: {
            user: 'mailgun username', // mailgun username