Ore no Drupal
This is a tech blog of Acret Inc.
We will irregularly post contents related to web development and operation, with a focus on Drupal technology.
-
2025/12/05
To keep the site more secure and organized, the site builder must be able to set up the permissions and roles properly and different parts of the Drupal site. In Drupal Development, user access is controlled using the system of roles and permissions. These two features of Drupal work together to determine what a user is allowed to see or do-whether that's creating content, editing pages, or even handling administrative tasks like updating the views, menus, etc. In this article, we'll be discussing how roles and permissions function, how they relate to each other, and some practical tips for setting them up the right way.
-
2025/11/07
Email remains one of the most important communication tools for any website. Whether it’s user registration confirmations, password reset links, contact form notifications, or automated updates, sending emails reliably is essential.<br />
In Drupal 10, the default Mail API handles sending basic email messages through PHP’s built-in mail() function. While simple, this approach often falls short when dealing with modern email standards, especially for websites that need authenticated delivery, HTML formatting, or integration with third-party services like Gmail or Amazon SES.<br />
That’s where PHPMailer comes in , a flexible, secure, and developer-friendly library for managing email delivery in PHP applications, including Drupal.
-
2025/10/03
This guide covers why you need automated Drupal backups. We look at tools and modules to use. You get step-by-step setup instructions. Plus, best practices and fixes for common issues. By the end, you'll know how to protect your site data with ease.