SvenFinke
SvenFinke

Reputation: 1254

How can i configure my mail server in open atrium?

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 :)

Upvotes: 0

Views: 4527

Answers (3)

bdwelle
bdwelle

Reputation: 11

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.

Upvotes: 0

Mike Crittenden
Mike Crittenden

Reputation: 5917

You should probably be using the SMTP module.

Upvotes: 0

Jeremy French
Jeremy French

Reputation: 12167

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

Upvotes: 2

Related Questions