You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When debugging emails it is difficult to determine whether it is a test email being sent from the Memberships > Settings > Email Templates page.
Describe the solution you'd like
It would be helpful to be able to hook into the pmpro_email_templates_send_test() function, e.t. pmpro_sending_test_email, that includes the PMPro email object to assist with identifying whether it is a test email being sent and modify the data and body content for the test email.
Describe alternatives you've considered
hook into the pmpro_email_filter and strpos check for the string THIS IS A TEST EMAIL
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When debugging emails it is difficult to determine whether it is a test email being sent from the Memberships > Settings > Email Templates page.
Describe the solution you'd like
It would be helpful to be able to hook into the
pmpro_email_templates_send_test()
function, e.t.pmpro_sending_test_email
, that includes the PMPro email object to assist with identifying whether it is a test email being sent and modify the data and body content for the test email.Describe alternatives you've considered
hook into the pmpro_email_filter and
strpos
check for the stringTHIS IS A TEST EMAIL
The text was updated successfully, but these errors were encountered: