home.social

#phpmailer — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #phpmailer, aggregated by home.social.

fetched live
  1. Last week, I debugged a #PHPMailer issue on one of our clients' projects. It turned out that PHPMailer was performing a string comparison on a PHP warning message. Since our project is localized for Germany, this did not work. Some of our email deliveries did not work.

    I posted the issue here: github.com/PHPMailer/PHPMailer

  2. Schon mal jemand einen #Office365 E-Mail-Account erfolgreich mit #PHPMailer als #SMTP-Versender genutzt, und hat ein funktionierendes Tut für mich, oder weiß worauf man achten muss.

    #PHP #developer #development #PHPEntwickler

  3. @admins
    Hello,
    I am just learning how to administer a PHP application. I have run into a problem. In general, I activated the addon through the admin panel, on the server, edited the file phpmailer.config.php. However, sending still doesn't work. Can you please tell me if I need to do something else to make it work? I'm attaching the config.
    return [
            'phpmailer' => [
                    // smtp (Boolean)
                    // Enables SMTP relaying for outbound emails
                    'smtp' => true,
    
                    // smtp_server (String)
                    // SMTP server host name
                    'smtp_server' => 'mail.runbox.com',
    
                    // smtp_port (Integer)
                    // SMTP server port number
                    'smtp_port' => 25,
    
                    // smtp_secure (String)
                    // What kind of encryption to use on the SMTP connection.
                    // Options: '', 'ssl' or 'tls'.
                    'smtp_secure' => 'ssl',
    
                    // smtp_port_s (Integer)
                    // Secure SMTP server port number
                    'smtp_port_s' => 465,
    
                    // smtp_username (String)
                    // SMTP server authentication user name
                    // Empty string disables authentication
                    'smtp_username' => '[email protected]',
    
                    // smtp_password (String)
                    // SMTP server authentication password
                    // Empty string disables authentication
                    'smtp_password' => '*******************',
    
                    // smtp_from (String)
                    // From address used when using the SMTP server
                    // Example: [email protected]
                    'smtp_from' => '[email protected]',
            ],
    ];
  4. Zwei Websites in einem Account bei all-inkl.com und alle Rückläufer-Mails landen nur bei Website 1. Falscher Return Path. Aber warum? Und was hat das mit #WordPress, #PHPMailer oder dem #Hoster zu tun?

    Ich gehe dem mal auf dem Grund:
    torstenlandsiedel.de/2022/11/2

    Freue mich über Hinweise, ob ich irgendwo einen Denkfehler habe!

  5. Ampache is changing gear to get out a new release to resolve a (CVE-2020-13625) in .

    The good news is that there are so many new features and bug fixes that it's actually a great kick in the pants to get testing!

    Stay tuned for 4.2.0!
    github.com/advisories/GHSA-f7h