0

i have just succesfully installed open atrium, but i can't find the configuration of the mailserver... i currently cant send any mails because there is no SMTP Server defined, an without mails being send, no new users can be registered, because they recieve their pasword via mail...

i hope that somebody can help me :)

sepehr
  • 17,110
  • 7
  • 81
  • 119
SvenFinke
  • 1,254
  • 3
  • 15
  • 30

3 Answers3

2

Assuming Open Atrum works the same way as drupal this should help in short:

  1. Set up a mail server locally
  2. change your php.ini settings to point to a mail server
Jeremy French
  • 11,707
  • 6
  • 46
  • 71
0

You should probably be using the SMTP module.

Mike Crittenden
  • 5,779
  • 6
  • 47
  • 74
0

According to the OpenAtrium Installation docs, all you need to do is enable the [standard Drupal cron job]. That worked for me in my OpenAtrium installation. Just to be clear, I did not have to alter php.ini or install the Drupal SMTP module.

bdwelle
  • 11
  • 2