Testing Email Functionality

Blog Topics:

You should always create a test site for testing purposes. If your test site does not have email, but the module you want to test requires it, you have two choices:

  • On a Linux box, see http://drupal4hu.com/node/55
  • On a Windows box, use your ISP's mail server by setting the following values in php.ini:
    [mail function]
    ; For Win32 only.
    SMTP = your.ISPs-email-server.tld
    smtp_port = 25
    
    ; For Win32 only.
    sendmail_from = your.email.address@example.com