First off thanks drupal team, very nice piece of software.
I was hoping for some help to change a few things.
Every member of the site I'm working on has a text pager that can recieve emails, however the subject line of drupal sends tons of garbage that makes the page unreadable. Where could I modify the thing that sends out emails? I would like to also make it where members cannot change their email addresses and so that a requested password can only be retrieved by typing in the correct email (not just username).
I post this here for I feel there is something I'm doing wrong. From the main menu I choose events and properly see the categories I created .. Clicking on the category gives me a summary of events under the category.. However clicking on the "calendar" under a specific evne give "page not found" This is the url: /event/2004/07/30
Ok so for the sight that i am building we are using an inquiry form with a mailto.php function that was written by one of our programmers who is no longer with us. It basically allows people to fill out info fields and then mails the info to a company acct for us to look at and evaluate etc... The mailto function needs to redirect depending on success failure using
I'm a relative newb, running drupal 4.4.2 on a red hat linux enterprise 3 dedicated server. The server has sendmail in the correct path referenced by the php.ini file, and it also has Qmail as the SMTP server.
When I first set up drupal it sent mail ok, both for new registrations, and for forms sent by the webform module.
Now, suddenly, it doesn't send any mail at all. No errors are generated on screen, mail just doesn't arrive at the specified address.
Automember module is a very usefull modul. It provides an addition to Drupal's rather poor registration-confirmation process
Unfortunately i could not figure how to setup an application: automatically granting new users a special role.
I'm still wrapping my head around the drupal system. But I'm wondering how should approach the following scenario and if it's possible with drupal without too much hacking?