Support the ongoing development of Laravel.io →

406 Threads

posted 8 years ago

trying to send a mail through SMTP google

Hello people of the forum. I make a query. I'm working with xampp under Win7 and laravel 5.1. When t...

0 Likes
0 Replies

Laravel Mail Sending Twice (sometimes more)

I have a strange issue... I WAS using standard PHP mail send email in my app, but I changed it to us...

0 Likes
6 Replies

SMTP Mail not Working in Live Server

My configution works fine on Xampp. But when I deploy it on the live server (shared hosting, Justhos...

0 Likes
5 Replies
Solved

Sending e-mails via Exchange

Hi, I have a client who requires that all mails are coming through their Exchange Mail Sever. Our IP...

0 Likes
0 Replies

How to use SES as a drop-in replacement for the default 'sendmail' or 'mailgun'?

I want to use Amazon SES to send emails. I'm on a shared host, so I can't use (external) SMTP. Is th...

0 Likes
3 Replies
posted 8 years ago

Problems on form preparation

Hi!! I follow this tutorial (http://www.easylaravelbook.com/blog/2015/02/09/creating-a-contact-form-...

0 Likes
0 Replies

Laravel Mail 'from' not working

When sending mail from laravel Mail, the 'from' address is using the smtp username, rather than the...

0 Likes
1 Replies

How to define the size of the attachment

Hi All, I am working on Security Risk Assessment Tool which uses Laravel Framwework with pHp. The si...

0 Likes
1 Replies

Permission denied error on production

I am using sending mail using mail::send method it it giving exceptiin permission denied File_puts_c...

0 Likes
0 Replies

Sending view by email

Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...

0 Likes
3 Replies
Solved

Error sending email using smtp.google.com

I'm trying to send an email using the standard email feature in Laravel 5. I'm using smtp from googl...

0 Likes
1 Replies

How to change the configuration in runtime

I'm making a multi tenant app (Saas). I already made a Middleware to deal with database connection o...

0 Likes
3 Replies
posted 8 years ago

Send email with gmail server Error :Connection could not be established with host smtp.gmail.com [Connection refused #111]

My settings for send mail MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=587 MAIL_USERNAME=xxxx...

0 Likes
0 Replies

Mail::failure doesn't return anything.

If email id wrong in to function then it should go in failure array and that array of email id shoul...

0 Likes
0 Replies

Mandrill not working

here is my composer.json "require": { "php": ">=5.5.9", "larav...

0 Likes
1 Replies

mail with mandrill doesn't work

Hi, I've followed the doc install "guzzlehttp/guzzle": "~4.0" set up in app/c...

0 Likes
9 Replies
posted 8 years ago

ErrorException in DiskKeyCache.php line 273: mkdir(): No such file or directory

Hello, i made a simple email form, and when I send i've this error : ErrorException in DiskKeyCache....

0 Likes
0 Replies

Direct Admin api

Hello, I recently switched to laravel and in my old project i used a DA api so i could create mails...

0 Likes
0 Replies

Get message ID when sending email via Mandrill driver

I allow my users to send emails to their clients via the application, but when the message is not de...

0 Likes
1 Replies

Beanstalkd--queue--Mail::queue()-- Socket error 111: Connection refused (connecting to localhost:11300)

Hi, i get a error when i using Mail::queue(). I'm new to Queue, and i choose beanstalkd as my Queue...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.