Author Topic: Sending Mail hangs...  (Read 3184 times)

Offline codegirl42

  • Newbie
  • *
  • Posts: 8
Sending Mail hangs...
« on: January 18, 2007, 04:24:26 PM »
Whenever composing a message....It reads "Sending mail....."....and then it stops and it's still on the same compose message...No message is sent. And there is no confrmation saying that the message is sent.

Any ideas?

Offline blaze40

  • Newbie
  • *
  • Posts: 1
Re: Sending Mail hangs...
« Reply #1 on: January 20, 2007, 06:26:47 PM »
If you haven't already solved, this took me forever too. Found the answer deeper in one of the forum posts here. Need to look at compose.html in skins/default/templates. Around line 31 you'll see the form tag with form name of form and action = "./"..... Change the action to "index.php"...
Starting working for me after that.

Offline codegirl42

  • Newbie
  • *
  • Posts: 8
Re: Sending Mail hangs...
« Reply #2 on: January 20, 2007, 07:25:22 PM »
Quote from: blaze40
If you haven't already solved, this took me forever too. Found the answer deeper in one of the forum posts here. Need to look at compose.html in skins/default/templates. Around line 31 you'll see the form tag with form name of form and action = "./"..... Change the action to "index.php"...
Starting working for me after that.

hey Blaze...thanks for responding. :) That worked! Thanks again!