I need help to figure out how to set the reply-to field in app/config/mail.php. I\'m using Laravel 4 and it\'s not working. This is my app/co
reply-to
app/config/mail.php
app/co
I'm using mailable and in my App\Mail\NewUserRegistered::class on the build function I'm doing this,
public function build() { return $this->replyTo('email', $name = 'name') ->markdown('emails.admin_suggestion'); }