HI
Iam new to the drupal .At first time iam "create a new Account" with my gmail id and password and submit that form .So by using gmail id and password one mail was compulsary send to this gmail id .But this was not happen.
BY this iam doing ,download one smtp.module and put this in to modules directory and after that goto administer => modules and enabled that smtp module .Ater that administer => settings => smtp menu item came .BY clicking the smtp it shows only two buttons (1) Save Configuratuin
(2) Reset Configuration.
So that again Iam "create a new Account " but mail was not sent waht should happen i did not understand .
Please help me if any one knows.

Comments

myke’s picture

When you create the first account, you are creating the super user account.. This is UID1. This account has full privileges, and can do anything on the site. Drupal will assign you a random password, and you will be able to change this password to something more manageable when you first create the account. All other accounts will send emails out to the proper email addresses.

Have you checked out the handbooks yet?

http://drupal.org/handbooks

Also this page:

http://drupal.org/node/176038

Will detail the creation of the first user account when installing Drupal.

(Never thought when I first downloaded Drupal I'd be replying to posts and helping new Drupal users..grin)

-Myke

lapurda’s picture

I donot know the how to select the random password code also please tell me how it is done and at the same please tellme after user login with his id and password how to send a mail to that particular persion .For this iam doing add a smtp module to the modules directory and then goto administer=>module and enabled that module .after that administer=>settings =>smtp menu item created.By click the menu item it show an error like :
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'drupal_get_form' was given in smtp.module.

please give me a solution for this

sorry my poor english.

lapurda’s picture

For sending a mail we wanr any smtp servers.If wants what type os server we want .please give me a full information for this

mine@subnet142.com’s picture

I ain't sure whether I understand all your issues but from my recent experience, see whether you can find the Drupal mails in your gmail's spam folder first. The web mailers (Hotmail, Yahoo Mail and Gmail) recently have tighten their spam filters and mails from unregistered servers are most likely marked as spam if mail content contains sensitive words such as "password", and long url links.

For mailing, just the Drupal core is sufficient. You don't need additional modules to do the job actually.

Hope it helps.
Peter.

lapurda’s picture

yes i checked the spam folder also spam has no messages .Iwant the clear information for this.
please help me.