简体   繁体   中英

why email is not sent in Windows server by drupal?

I am an ASP.net programmer and don't know much about drupal cms.

In my website I have a registration web page(form) that sends the registration form to a specified email.

Previously it worked properly. but we moved server from linux to a windows server with IIS not apache . now the registration form is not sent to specified email. whats wrong? Should I change the sender email address in drupal?? If so how to set password and smtp address?

Drupal uses the outgoing mail server defined in your PHP ini file. If you cannot update/edit this then it may be best to use the SMTP Authentication Support Module.

Also see these links:

  1. http://drupal.org/node/1229932
  2. http://forums.iis.net/t/1164375.aspx/1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM