Fix transfer recipient emails not sending in production.
Deploy Ladill Transfer / deploy (push) Successful in 48s
Deploy Ladill Transfer / deploy (push) Successful in 48s
Map MAIL_ENCRYPTION to a valid SMTP scheme, send recipient notifications synchronously, document mail/queue env vars, and add a supervisor worker template. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4,11 +4,10 @@ namespace App\Notifications;
|
||||
|
||||
use App\Models\Transfer;
|
||||
use Illuminate\Bus\Queueable;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
use Illuminate\Notifications\Messages\MailMessage;
|
||||
use Illuminate\Notifications\Notification;
|
||||
|
||||
class TransferRecipientNotification extends Notification implements ShouldQueue
|
||||
class TransferRecipientNotification extends Notification
|
||||
{
|
||||
use Queueable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user