wardrobecms / core-archived

Wardrobe Core Files

Home Page:http://wardrobecms.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal Error when email/name set as NULL.

sheldonkotyk opened this issue · comments

Swift_TransportException
Cannot send message without a sender address

app/config/mail.php was still set as NULL NULL.

I didn't realize that it was mandatory as the instructions looked like this setting was optional.

|--------------------------------------------------------------------------
| Global "From" Address
|--------------------------------------------------------------------------
|
| You may wish for all e-mails sent by your application to be sent from
| the same address. Here, you may specify a name and address that is
| used globally for all e-mails that are sent by your application.
|
*/

Not sure if one would want all emails sent from same address. May need to use special wardrobe config for mail?