Hello. I am trying to use the Mailgun driver in my laravel app. I have followed the instructions he...
I have problems with mail send in L5.1 Page with the form showing using GET method, but when I fill...
Hello This is my first time I use laravel, i´m trying to manage to insertGetId and send mail to spec...
Hello. In my app I have a form which allow the user to choose/insert: date/time, list of emails and...
Problem with contact form - Mail address of the sender Hello, I just ask for a little help please, b...
Hi guys, I cant figure out how to send html email. I have this function : Mail::send('emails.blank...
In PasswordBroker.php -> emailResetLink an e-mail is sent to the user. The subject is "Your...
Hi, i´m trying to setup the simple mail driver with homestead, but it does not work, anything I have...
CONFIG->>> return array( 'driver' => 'smtp', 'host' => 'gator2012.hostgator.com',...
I tried setting up auth stuff myself (5.1 doesn't come pre-packaged with them), and I succeeded. I g...
Hello and thank you for creating such a great community for such a great framework.I started studyin...
Are you an experienced Laravel AngularJS Developer? Do your team members describe your Laravel Angul...
Hi, I'm trying to send emails with queues using Laravel 4.2, beanstalkd and mandrill via Forge/Digit...
I have a hard to crack issue with schedule:run. When I call schedule:run from the console, my closur...
Hey, I'm trying to accomplish one thing using the Mail object in laravel and I can't solve one thing...
class UserController extends \BaseController { public function reminder(){ if(Auth::check()){...
Hi, I want to extend PasswordBroker to put the reset mails to the queue. I picture simply creating a...
I have a function at the moment where a user can view a variety of items. I'm wanting to implement(c...
I am using the following code to send email using laraval 4 Mail::send('emails.welcome', array('data...
Getting ErrorException in Mailer.php line 33: Trying to get property of non-object my Mailer.php: &l...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community