-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Mail sender #1154
base: master
Are you sure you want to change the base?
Mail sender #1154
Conversation
'SES_KEY' => env('SES_KEY'), | ||
'SES_SECRET' => env('SES_SECRET'), | ||
]; | ||
$this->insertData($settings, $company->id); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yogesh-gohil Let's rename insertData
to createSender
$user->allow('create-mail-sender'); | ||
$user->allow('edit-mail-sender'); | ||
$user->allow('delete-mail-sender'); | ||
BouncerFacade::allow($user)->toOwn(MailSender::class); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove toOwn()
Uffizzi Preview Environment☁️ https://app.uffizzi.com//github.com/crater-invoice/crater/pull/1154 ⚙️ Updating now by workflow run 4448044402. What is Uffizzi? Learn more |
Hi @yogesh-gohil and @mohitpanjwani, I'm searching for a resolution of issue #883 and came across this pull req. Can I check if it's safe to deploy or merge into my instance of Crater which I'm self hosting? Would the solution here resolve #883 ? Many thanks, |
None
option on mail encryption. closing option to send email without encryption #1130