does Easy WP SMTP have an email test option?
yes, and it worked (I tested).
so did the test email from Settings->bbp-style-pack->Subscriptions Emails -> 9. Send test email also work?
Settings->bbp-style-pack->Subscriptions Emails -> 9. Send test email did not work
ok, sorry, you’ll need to work out why not, this is site specific.
I’d start by matching the from email in
Settings->bbp-style-pack->Subscriptions Emails -> 1
to the sending email in your easy WP smtp
My domain is forum.my_domain.com
– Subscriptions Emails -> 1: I enter hello@my_domain.com
This SMTP email work well.
– Subscriptions Emails -> 9: I tested with check/uncheck ‘Send a test topic email’ option, but after clicking on ‘Send test email(s)’, I got nothing.
ok, sorry not sure I can help further.
@Robin ok, thanks for your time.
just to clarify – is subscriptions not working after you activate ‘3. change email content’ or they are not working even without this, or indeed with style pack plugin disabled ?
I just test, it worked on my new testing:
WordPress version: 5.5.3
WooCommerce version: 4.4.1
On WP 5.5.3, It could call to bsp_test_email function ( includes/functions_email.php)
On WP 5.6, It could not call to bsp_test_email function ( includes/functions_email.php)
I fixed this issue, it is temporary fixing.
I go to database, select data from wp_options table. with option_name == ‘bsp_style_settings_email’
on DB WP 5.6, it has data, then I copy data of ‘bsp_style_settings_email’ from DB 5.5.3 to DB 5.6 and it worked.
I guess, on WP 5.6, something was wrong this this data.
ok, not quite sure what that means, but unless it reoccurs, I think you should be ok