Mail veriosn 3.27

Hello, IS there any debug mode for phplist so I can check why my mail is not being sent? Thanks

@veki If you are sending through an smtp server then you can enable phpmailer smtp debug.

Look in the config_extended.php file to find the line, then copy that to your config.php file.

Dear duncanc,
I found that in config file where is setting of phpmailer library I put address of smtp server
smtp.mydomain…
and after that worked well. So instead of blank between brackets I put address and worked fine. Thanks a lot

Veki