From 89d74ce3fee9b9254d57b00dd9cf0c2597e86334 Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Thu, 14 May 2026 02:33:13 +0300 Subject: [PATCH] Hardcode mail.ayris.tech in client setup and add copy buttons --- app/dashboard/mailboxes/page.tsx | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) 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 ; }