cjwysong
01-15-2007, 01:16 PM
What does uncomment out mean?
I am installing Drupal. When a user registers they currently obtain an email with their password and user name. The email comes from my bluehostusername@box4.bluehost.com.
Some instructions I have found state to "uncomment out" and make appropriate changes. I don't know much and am teaching myself as I go.
Again, what does uncomment out mean?
------------------------------------------------------
I want to make a change in the PHP.ini file as follows:
FROM:
[mail function]
;SMTP = localhost ;
;sendmail_from = me@localhost.com ;
sendmail_path = /usr/sbin/sendmail -t -i ;
TO:
[mail function]
;SMTP = localhost ;
;sendmail_from = an_Existing_Email_Address@My_URL_ON_BLUEHOST.com ;
sendmail_path = /usr/sbin/sendmail -t -i ;
According to what I read, that should make my PHP generated emails come from something else besides my username.
I looked on google, I looked in the forums, I fear this must be a fairly beginner level question as it isn't defined anywhere I could locate. :-(
Looking forward to your answers.
THANK YOU,
Chris:confused:
I am installing Drupal. When a user registers they currently obtain an email with their password and user name. The email comes from my bluehostusername@box4.bluehost.com.
Some instructions I have found state to "uncomment out" and make appropriate changes. I don't know much and am teaching myself as I go.
Again, what does uncomment out mean?
------------------------------------------------------
I want to make a change in the PHP.ini file as follows:
FROM:
[mail function]
;SMTP = localhost ;
;sendmail_from = me@localhost.com ;
sendmail_path = /usr/sbin/sendmail -t -i ;
TO:
[mail function]
;SMTP = localhost ;
;sendmail_from = an_Existing_Email_Address@My_URL_ON_BLUEHOST.com ;
sendmail_path = /usr/sbin/sendmail -t -i ;
According to what I read, that should make my PHP generated emails come from something else besides my username.
I looked on google, I looked in the forums, I fear this must be a fairly beginner level question as it isn't defined anywhere I could locate. :-(
Looking forward to your answers.
THANK YOU,
Chris:confused: