Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are my Drupal E-Mail settings?

Shame on me. :(

I forgot where I configured the E-Mail account used in my Drupal site. I guess I set up the E-Mail with the installation of Drupal, could that be possible? Does Drupal care about registering the E-Mail address and getting incoming mails?

I get all the mails at this address forwarded to my private E-Mail address, but I really don't know where I registerd the drupal address and where I told Drupal to forward mails to my private address.

In the Drupal dashboard I can't find settings for an E-Mail Account.

like image 736
Sorcerer Avatar asked Feb 27 '13 20:02

Sorcerer


People also ask

What is email registration in Drupal?

This module lets users register and login using only their email address and not worry about a username.

What is the function for sending mail in Drupal 8?

There are two main steps to send an email using Drupal 8. First we need to implement hook_mail() to define email templates and the second step is to use the mail manager to send emails using these templates.


1 Answers

Drupal 6 site email is stored at 'Site Configuration' -> 'Site information' (admin/settings/site-information).

Drupal 7 is stored at 'Configuration' -> 'Site Information' (admin/config/system/site-information).

Drupal does not handle receiving emails or forwarding emails. This setting sets the from address for most generic site emails (new account, forgot password, etc). You must have configured the forwarding through your mail hosting provider.

like image 158
jeremy.clark Avatar answered Nov 15 '22 11:11

jeremy.clark