Hi,

I just installed Drupal. Please tell me where from I can config my email settings in Drupal administration?

Regards

Comments

pixelsweatshop’s picture

See admin/user/settings

arpieb’s picture

In case @nigel.waters wasn't addressing the email config you were asking about:

  • The site email address (used when sending notification emails, and the default for most all modules that send emails) can be set via the Site Configuration > Site information page (admin/settings/site-information).
  • Many modules that send emails offer a setting for an address to send emails from, and optionally a reply-to address. Check module settings and docs for email-intensive modules.
  • Your server's PHP config file (php.ini) defines the outbound mail server to use, if any. If that is set up properly, then you don't need to do anything more. If you cannot edit your php.ini file or need to target a different SMTP server for outbound email, look into the SMTP Authentication Support module.

----------
"Nothing is impossible - it just hasn't been done yet."

Nux’s picture

Just in case you are looking for this in Drupal 7 - it is in "admin/config/system/site-information"

youngpac’s picture

Confirmed