Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm building a site for my IT organization (Drupal 6.18). We've spent some time developing the information architecture of the site. The menu of the site will be something like this:
Report a problem
Request a product/service
Browse the knowledgebase
The way we're approaching this is having each of these 3 major areas be their own content type. So, for example, we'll have a Report content type, a Service/Product content type, and a Knowledgebase content type. These 3 content types are then going to be categorized via taxonomy into our major service areas. Here's a simplified version of the taxonomy to give you an idea of what we're going for:
We plan to automatically send daily emails based on cron job criteria from our site built in Drupal 6 and hosted on a Rackspace cloud site using dynamic IPs. To avoid being labeled as spam, we need to have the emails sent from a static IP. Rackspace suggested using mailgun.
Can mailgun or a similar email distribution program be integrated with a website that sends out emails using cron jobs, and is this the best solution?
I have a website that is currently running Drupal 6.25 i want to download it to the localhost then upgrade it and all modules to the latest tested 7.18. The website and database has been downloaded via FTP, this has then been set up in the wamp server. When copying the document over to the wamp www folder i then type in in localhost/drupal which should bring up the website or the installation for drupal, all i get is site offline.