We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://trello.com/c/VyxNjvIF/8-sample-cc-menu
The text was updated successfully, but these errors were encountered:
Server: https://github.com/dud3/MailTree/blob/master/app/repositories/EmailsRepository.php#L330 https://github.com/dud3/MailTree/blob/master/app/repositories/EmailsRepository.php#L422
Client: https://github.com/dud3/MailTree/blob/master/app/views/list/keywords.blade.php#L94 https://github.com/dud3/MailTree/blob/master/public/scripts/controllers/keyWordsListCtrl.js
Cc example:
Mail::send('emails.welcome', $data, function ($message) { $message->from('[email protected]', 'Laravel'); $message->to('[email protected]')->cc('[email protected]'); });
Note: ->cc('[email protected]');
->cc('[email protected]');
Sorry, something went wrong.
task: mail cc - #46
def614b
Didn't we do this one?
I think we did, just test it.
dud32
No branches or pull requests
https://trello.com/c/VyxNjvIF/8-sample-cc-menu
The text was updated successfully, but these errors were encountered: