Jump to content

Recommended Posts

Posted

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.

Posted

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

  • 9 years later...
Posted
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?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...