Hello Community:

When I setup my mail configuration and try to test emails I receive the following message:

Address in mailbox given [php artisan igniter:install –no-interaction] does not comply with RFC 2822, 3.6.2.

I don’t know why is taking php artisan igniter:install –no-interaction as email, is there some configuration missing ?

    2 months later

    Hello Ereal363,

    After setting up the TastyIgniter project, you can edit the .env file and change below settings to set-up mails.

    MAIL_MAILER=log
    MAIL_HOST=null
    MAIL_PORT=null
    MAIL_USERNAME=null
    MAIL_PASSWORD=null
    MAIL_ENCRYPTION=null
    MAIL_FROM_ADDRESS=noreply@tastyigniter.tld
    MAIL_FROM_NAME="${APP_NAME}"