By swaroop.S on
Hello,
I have a problem in drupal software.I couldn't send a mail from drupal..
We have a mail server, I don't know how to configure drupal.
Please help me in this regard..
Waiting for the reply at the earliest..
Hello,
I have a problem in drupal software.I couldn't send a mail from drupal..
We have a mail server, I don't know how to configure drupal.
Please help me in this regard..
Waiting for the reply at the earliest..
Comments
The errors in sending email
user 2006-01-15 11:20 Error mailing password to Swaroop.S at swaroops1@re Anonymous details
php 2006-01-15 11:20 mail(): Failed to connect to mailserver at "localhost" Anonymous details
Swaroop.S
Library Asst. (Digital Library/e-Library)
SDM-IMD
Karnataka
Mysore
mail module
if i understand your question correctly i would use this: http://drupal.org/node/10227
___
Warren County, Virginia News & Networking: http://warrencountyreport.com
Not in mail module, in basic email in drupal
hello,
I am not specifing about the mail module, i am speaking about the email in drupal itself..
Swaroop.S
Library Asst. (Digital Library/e-Library)
SDM-IMD
Karnataka
Mysore
SMTP module
My installation is on a shared host. Had mailing problems too. The smtp module -- http://drupal.org/node/35189 -- solved them, as suggested in this comment -- http://drupal.org/node/17603#comment-82179. You can also look through the latter thread itself for guidance or different approaches to solve the problem, but with regard to the smtp module, it is really simple to install.
I had a similar problem with
I had a similar problem with a drupal installation on ubuntu linux.
The problem was solved by me installing sendmail.
I think the root problem was to configure php to be able to send mail.
If you are using windows, you need to specify what smtp server to use, in the php.ini file.
Good luck!