phplist3 icon indicating copy to clipboard operation
phplist3 copied to clipboard

Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.

Results 125 phplist3 issues
Sort by recently updated
recently updated
newest added

Hi guys congratulations for the excellent project, it works really well. I had some questions: - is it possible to allow an administrator (not superuser) to create a list and...

Hi, when subjects are long, big portion of the screen cannot be viewed, there is no horizontal scroll.

Need support for data format "json-ld" - https://developers.google.com/gmail/markup/reference/formats/json-ld `function disableJavascript($content) { ## disallow Javascript $content = str_ireplace('

## Description `MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT` does not seem to imply `MYSQLI_CLIENT_SSL`. This PR adds the `MYSQLI_CLIENT_SSL` flag when SSL/TLS secured MySQL connections are desired. ## Related Issue Please see https://github.com/phpList/phplist3/issues/833

I believe that https://github.com/phpList/phplist3/commit/a3bc7189b8b3d048af3a5c685bcc53358af42046 introduced a regression for MySQL configurations where SSL/TLS is enforced. It is also possible that this behaviour has changed between PHP versions, or is/was different between...

# tl;dr If a developer bothers using the email url parameter, it's likely because they want the form to be pre-filled. Using the "placeholder" doesn't help the user, and just...

on hold

When creating a subscribe page with more than one list, the user is asked to mark v on the lists they wish to join. However, if there are several lists,...

When there is no campaign to send, and the queue is restarted, it gives the following (with the "stop processing" button never going away) Example: ![image](https://user-images.githubusercontent.com/976006/135342679-e74d373b-487b-4d17-9f0d-0339aa0427b4.png)

In order to support enabling/disabling plugins via CLI for use cases including containers. Usage: enable a plugin /usr/bin/phplist -p pluginenable -n CommonPlugin -e true disable a plugin /usr/bin/phplist -p pluginenable...

Problem: Bot emails with apostrophes show up with backslashes. Workaround: Manually copying and reentering the values in the config table fixes the problem Environment: latest version of phplist, php 7.2.34,...