diff --git a/app/dashboard/mailboxes/page.tsx b/app/dashboard/mailboxes/page.tsx index 99c0f40..4544fa9 100644 --- a/app/dashboard/mailboxes/page.tsx +++ b/app/dashboard/mailboxes/page.tsx @@ -390,26 +390,33 @@ export default function MailboxesPage() {
IMAP (Gelen Sunucu)
-
- Sunucu: mail.{showInfoModal.split("@")[1]} - Port: 993 (SSL/TLS) +
+ Sunucu: mail.ayris.tech +
+ +
+
Port: 993 (SSL/TLS)
SMTP (Giden Sunucu)
-
- Sunucu: mail.{showInfoModal.split("@")[1]} - Port: 587 (STARTTLS) veya 465 (SSL) +
+ Sunucu: mail.ayris.tech +
+ +
+
Port: 587 (STARTTLS) veya 465 (SSL)
Kimlik Doğrulama
-
-
Kullanıcı Adı: {showInfoModal}
-
Şifre: Hesap oluştururken belirlediğiniz şifre
+
+ Kullanıcı Adı: {showInfoModal} +
+
Şifre: Hesap oluştururken belirlediğiniz şifre
@@ -434,3 +441,4 @@ function PauseIcon() { return ; } function XIcon() { return ; } function InfoIcon() { return ; } +function CopyIcon() { return ; }