Files
2026-07-14 00:01:48 +03:00

8 lines
386 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@extends('emails.layout')
@section('content')
<div class="title"> SMTP Bağlantısı Başarılı</div>
<p class="text">Bu e-posta, Animexe admin panelinden yapılan SMTP test gönderimidir. E-postayı aldıysanız SMTP ayarlarınız doğru çalışıyor demektir.</p>
<div class="divider"></div>
<p class="small">Gönderim zamanı: {{ now()->format('d.m.Y H:i:s') }}</p>
@endsection