philpem Posted October 7, 2013 Report Posted October 7, 2013 I'm just setting up a new Blesta 3 install, and I noticed that all the email templates can have their From names and addresses set separately. Would it be possible to have an option added to change all the email addresses and From-names (or those in a specific category, e.g. Billing or Support) at once? I've just brute-force fixed this with a MySQL command (UPDATE email SET ... WHERE 1) but it'd be nice to have an option in the Blesta admin panel, especially for new installations. Quote
Cody Posted October 7, 2013 Report Posted October 7, 2013 A good idea for a mass update plugin. I'm sure there are other settings users could find useful in mass updating as well. Quote
Paul Posted October 7, 2013 Report Posted October 7, 2013 I kind of want to build a "post-install plugin" that allows common tasks, like updating the email address for templates super easy. Almost tutorial-style. Configure XYZ [submit] [skip] .. etc Quote
mrzell Posted October 12, 2022 Report Posted October 12, 2022 On 10/8/2013 at 3:57 AM, philpem said: I'm just setting up a new Blesta 3 install, and I noticed that all the email templates can have their From names and addresses set separately. Would it be possible to have an option added to change all the email addresses and From-names (or those in a specific category, e.g. Billing or Support) at once? I've just brute-force fixed this with a MySQL command (UPDATE email SET ... WHERE 1) but it'd be nice to have an option in the Blesta admin panel, especially for new installations. How to this? Brute-force with MySQL command? Can kindly give me the example code? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.