Added send test email option#34
Conversation
|
How does that fill the data for the template? |
|
Currently it use hard coded values. This ist an Open question how to Deal with the dynamic value. Maybee @wilsonge can answer These question. |
|
I honestly have no clue how to deal with template data :) You can do plugin events I guess but it kinda sucks because for components sending emails you then mandate plugins per component to send test emails. I also considered in the mail template table storing the extension and going through the bootComponent |
|
What do you think @Hackwar? |
…are any Placeholders in the selected template, they will be replaced, if there is a language override (Administrator-site). Documentation change required!
|
For now i implemented a replacement for the placeholders in the test-email. You can change the placeholder-value via an language override. If there is a final decision on how to deal with this feature, then we can consult again about this function. |
Fix schema updates for consistent use of null values in module table and correct names quoting for PostgreSQL.
Pull Request for Issue joomla#22126 .
Summary of Changes
Added a send test-mail button for @Hackwar PR.
This option allows you to send a test-email with a specific mail-template chosen to every valid email-address.
Testing Instructions