takaaki-mizuno / laravel-boilerplate

Laravel boilerplate
17 stars 15 forks source link

Improvement: Send Email Command #22

Open trihtm opened 8 years ago

trihtm commented 8 years ago

Need a send-email command to send mail to specific email for testing.

takaaki-mizuno commented 8 years ago

Could you clarify detail about it ?

trihtm commented 8 years ago

I want to test email functionality in order to make sure it runs well after configuring SES.

Eg: run command: php artisan boilerplate:test-email [email_address] After that, the system will send email (with fixed content body) to this address.