Hi,
First of all, can you check your /var/log/maillog and see if there is any error on why your mail still in queue. Check if your smtp daemon is running. Couple of way to check them:
"telnet localhost 25" or "netstat -a | grep smtp". Ensure port 25 is in LISTEN mode. If everything is OK, then you can force send you mail again.
dbase77