vote up 0 vote down star

I'm running my own LAMP server locally.

Something i need to setup?

Should it be able to send email using php-mail, without havin to configure smtp.

flag

3 Answers

vote up 0 vote down check

Ah fixed it, well i didn't-one of our developers did.

Apparently Drupal only uses 'Send Mail' so you have to have it installed, wont use php-mail.

link|flag
vote up 0 vote down

http://drupal.org/node/11570

That thread will help you out.

Drupal basically patches into the php mail function, so as with that you either need a mail server installed locally with your lamp setup, or to point apache towards an external or smtp server in your php.ini file.

link|flag
vote up 0 vote down

Check your phpinfo() information for STMP and the port. Do a test.php file and try to execute this.

mail('email@example.com', 'My Subject', 'Hello World');
link|flag
May want to change the email address though, I hear example.com doesn't take too kindly to spam.. – jim Apr 30 at 10:01
en.wikipedia.org/wiki/Example.com – Ólafur Waage Apr 30 at 11:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.