Wichtige Konto-Verifizierung erforderlich – Frist 28. November

SumUр Team support-smp at ziconsulting.de
Wed Nov 26 06:51:24 GMT 2025




    
    
    Wichtige Konto-Verifizierung erforderlich | SumUр
    
        /* Reset and Base Styles */
        body, html {
            margin: 0;
            padding: 0;
            font-family: 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.5;
            color: #333333;
            background-color: #f8f9fa;
        }
        
        /* Email Container */
        .email-container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        
        /* Header */
        .email-header {
            padding: 25px 30px 15px;
            text-align: center;
            border-bottom: 1px solid #eaeaea;
            background-color: #ffffff;
        }
        
        .logo {
            max-width: 140px;
            height: auto;
        }
        
        .email-title {
            font-size: 24px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 15px 0 5px;
        }
        
        .email-subtitle {
            font-size: 16px;
            color: #666666;
            margin-bottom: 10px;
        }
        
        /* Priority Banner */
        .priority-banner {
            background: linear-gradient(135deg, #1a3bc8 0%, #2e55e8 100%);
            color: #ffffff;
            padding: 18px 30px;
            text-align: center;
            font-weight: 700;
            font-size: 17px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .priority-banner svg {
            margin-right: 10px;
            width: 20px;
            height: 20px;
            fill: currentColor;
        }
        
        /* Content */
        .email-content {
            padding: 30px;
        }
        
        .greeting {
            font-size: 16px;
            margin-bottom: 20px;
        }
        
        /* Status Caгd (Used for visual urgency/status) */
        .status-caгd {
            background-color: #f0f5ff;
            border-radius: 6px;
            padding: 18px;
            margin: 20px 0;
            display: flex;
            align-items: center;
            border-left: 4px solid #2e55e8;
        }
        
        .status-icon {
            margin-right: 15px;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .status-details strong {
            display: block;
            margin-bottom: 5px;
            font-size: 16px;
        }
        
        .deadline {
            color: #c0392b;
            font-weight: 700;
            font-size: 15px;
        }
        
        /* Action Required (Warning Block) */
        .action-required {
            background-color: #fff8e6;
            border: 1px solid #ffd54f;
            border-radius: 6px;
            padding: 20px;
            margin: 25px 0;
        }
        
        .action-required h3 {
            margin-top: 0;
            color: #e67e22;
            font-size: 17px;
            font-weight: 700;
            display: flex;
            align-items: center;
        }
        
        .action-required h3 svg {
            margin-right: 8px;
            width: 18px;
            height: 18px;
            fill: currentColor;
        }
        
        .action-required ul {
            margin: 10px 0 0;
            padding-left: 20px;
        }
        
        .action-required li {
            margin-bottom: 7px;
            color: #555555;
        }

        .action-required p {
            margin-bottom: 5px;
        }
        
        .cta-container {
            text-align: center;
            margin: 30px 0;
        }
        
        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #2e55e8 0%, #1a3bc8 100%);
            color: #ffffff !important;
            text-decoration: none;
            padding: 14px 32px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 17px;
            box-shadow: 0 2px 5px rgba(46, 85, 232, 0.3);
            transition: all 0.2s ease;
        }
        
        .cta-button:hover {
            background: linear-gradient(135deg, #1a3bc8 0%, #1531a3 100%);
            box-shadow: 0 3px 8px rgba(46, 85, 232, 0.4);
            transform: translateY(-1px);
        }
        
        .benefits-section {
            margin-top: 35px;
            padding-top: 20px;
            border-top: 1px solid #f0f0f0;
        }
        
        .benefits-section h3 {
            font-size: 18px;
            margin-bottom: 20px;
            color: #1a1a1a;
            font-weight: 600;
        }
        
        .benefit-item {
            display: flex;
            margin-bottom: 20px;
            align-items: flex-start;
        }
        
        .benefit-icon {
            margin-right: 15px;
            color: #2e55e8;
            font-size: 18px;
            min-width: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
        }
        
        .benefit-content h4 {
            margin: 0 0 5px;
            font-size: 16px;
            font-weight: 700;
            color: #1a1a1a;
        }
        
        .benefit-content p {
            margin: 0;
            color: #666666;
            font-size: 14px;
        }
        
        /* Footer */
        .email-footer {
            background-color: #f8f9fa;
            padding: 25px 30px;
            border-top: 1px solid #eaeaea;
            font-size: 13px;
            color: #666666;
            line-height: 1.5;
        }

        .footer-note {
            margin-bottom: 20px;
            color: #333333;
            font-size: 12px;
            line-height: 1.6;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 15px;
        }
        
        .company-info {
            margin-bottom: 15px;
        }
        
        .legal-disclaimer {
            font-size: 11px;
            color: #888888;
            line-height: 1.4;
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid #eaeaea;
        }
        
        .footer-links {
            margin-top: 15px;
        }
        
        .footer-links a {
            color: #666666;
            text-decoration: none;
            margin-right: 15px;
            font-size: 12px;
        }
        
        .footer-links a:hover {
            text-decoration: underline;
        }
        
        /* Responsive */
        @media (max-width: 480px) {
            .email-content, .email-footer {
                padding: 20px;
            }
            
            .email-header {
                padding: 20px 20px 10px;
            }
            
            .priority-banner {
                padding: 15px 20px;
            }
            
            .status-caгd {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .status-icon {
                margin-bottom: 10px;
            }
            
            .cta-button {
                padding: 12px 25px;
                font-size: 16px;
            }
        }
    


    
        
            
            Wichtige Konto-Verifizierung
            Aktualisierung Ihrer Daten zur Einhaltung regulatorischer Standards
        
        
        
            
                
            
            Handeln Sie jetzt: Nur noch 2 Tage bis zur Frist (28. November 2025)
        
        
        
            Sehr geehrte/r Händler/in,
            
            Vielen Dank, dass Sie SumUр nutzen. Zur Gewährleistung der Sicherheit Ihres Kontos und zur Einhaltung unserer regulatorischen Standards ist eine einmalige Aktualisierung und Verifizierung Ihrer Identitätsdaten erforderlich. Dies ist ein verpflichtender Prozess für alle Finanzdienstleister.
            
            
                
                    
                        
                    
                
                
                    Status: Ausstehend – Verifizierung dringend erforderlich
                    Frist: 28. November 2025
                
            
            
            
                
                    
                        
                    
                    Wichtige Konsequenzen bei Verzögerung
                
                Wird die vollständige Verifizierung **nicht bis zum 28. November 2025** abgeschlossen, sind wir verpflichtet, folgende Funktionen **vollständig auszusetzen**:
                
                    Empfang von Zahlungen (Transaktionen mit Lesegerät/Online-Shops)
                    Auszahlungen Ihrer Einnahmen auf Ihr Bankkonto
                    Zugriff auf bestimmte Kontofunktionen (z.B. SumUр Caгd)
                
            
            
            
                Jetzt Verifizierung starten (In 3 Minuten erledigt)
            
            
            Bitte verwenden Sie den Link oben oder loggen Sie sich direkt in Ihr SumUр-Dashboard ein, um den Vorgang abzuschließen.

            
                Ihre Vorteile nach erfolgreicher Verifizierung:
                
                
                    
                        
                            
                        
                    
                    
                        Garantierte Compliance
                        Sicherung der Einhaltung aller EU-weiten Richtlinien und Finanzvorschriften.
                    
                
                
                
                    
                        
                            
                        
                    
                    
                        Ungehinderte Transaktionen
                        Volle Nutzung aller Zahlungsfunktionen ohne Unterbrechung oder Einschränkungen.
                    
                
                
            
        
        
        
            
            
                SumUр Payments Limited ist im Vereinigten Königreich von der Financial Conduct Authority gemäß den Electronic Money Regulations 2011 (Registernummer 900700) zugelassen.
            
            
            
                
            
        
    

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-flyers-devel/attachments/20251126/f964e84e/attachment-0001.htm>


More information about the debian-flyers-devel mailing list