Drupal - Sending the HTML formatted email, Newsletter email or Rich Text Email

Its very common that your client asks to send the email to user which have good look and feel having the use of multiple font sizes, colors and images. Some time you may need to define the email template for the email which is shared by the client. This template is first converted in HTML and then added to the drupal backend to send the email to the user in this format having the dynamic values.

Tags

MySql - Master slave replication

MySql replication is a method to maintain multiple copies of a database on different machines automatically. This arrangement is referred as master-slave replication. By using this arrangement, you can take the backup of the database, you can use one database for read and another for write, you can distribute the transaction load to all databases etc.

The arrangements vary as the requirements. There could be multiple masters and multiple slaves or you could create the tree hierarchy or array of database servers. Please read other reference books or websites for details.

Tags