i can’t give you a tested example configuration… in here:

webEdition/we/include/conf/we_conf_global.inc.php

this:

//mailer type; possible values are php and smtp
define(“WE_MAILER”, “php”);
//SMTP server address
define(“SMTP_SERVER”, “localhost”);
//SMTP server port
define(“SMTP_PORT”, 25);
//SMTP authentication
define(“SMTP_AUTH”, 0);
//SMTP halo string
define(“SMTP_HALO”, “”);
//SMTP timeout
define(“SMTP_TIMEOUT”, “”);
//SMTP username
define(“SMTP_USERNAME”, “”);
//SMTP password
define(“SMTP_PASSWORD”, “”);

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin