Support the ongoing development of Laravel.io →
posted 9 years ago
Mail
Last updated 1 year ago.
0

Well, this morning, with a fresh mind I found out what the issue was. It's all working as excepted now. Here's what went wrong;

'from' => array('address' => Config::get('email_default_from'), 'name' => Config::get('email_default_from_name')),

It's not possible to refer to the Config facade in this stage.. :-) I replaced the config getters with:

'from' => array('address' => '[email protected]', 'name' => 'My Name'),

And now it's working perfectly fine!

Maybe it's a good idea to add an error message when this kind of errors occur, if this is even possible?

Another few hours spent, but gained a lot more insight in Laravel!

Case closed.

Last updated 1 year ago.
0

Nice Information but currently I'm usind Ahsay software(http://www.ahsay.com/jsp/en/home/index.jsp?pageContentKey=ahsa...) for backup. Ahsay Backup Software is a robust cross-platform backup solution which allows businesses and managed backup service providers to backup virtual machines, databases and servers to local / mapped network drive, locally hosted backup server, or online backup server hosted in datacenter. Thanks

0

what if you did config('email_default_from') can you try & see whether that worked?

0

Steve-45 = spammer!

0

i'm also getting ERR_EMPTY_RESPONSE

0

Here’s the mail I got recently for my problem I have been working on 1and1 at home as the above did not work Now I get with Internet Explorer This page can’t be displayed • Make sure the web address https://www.1and1.co.uk is correct. • Look for the page with your search engine. • Refresh the page in a few minutes. • Check that all network cables are plugged in. • Verify that airplane mode is turned off. • Make sure your wireless switch is turned on. • See if you can connect to mobile broadband. • Restart your router. and the same old issue with Chrome Any other suggestions. Can Windows 10 be reset without loosing all programs? Or otherwise try this http://www.deskdecode.com/err_empty_response/

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

pixionnl pixionnl Joined 16 Apr 2014

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.