Search found 2 matches

by ChrisO
22 Jun 2015, 16:51
Forum: Deutsch
Topic: E-Mail Versand mit office365
Replies: 3
Views: 6873

Re: E-Mail Versand mit office365

Hallo,

ich habe die Versandadresse bei $g_from_email und $g_return_path_email eingetragen.
Resultat: Your PHP mail settings appear to be correctly set.

Problem gelöst.

Vielen Dank!!

Gruß

ChrisO
by ChrisO
22 Jun 2015, 11:06
Forum: Deutsch
Topic: E-Mail Versand mit office365
Replies: 3
Views: 6873

E-Mail Versand mit office365

Hallo,

ich habe Probleme mit dem Versand von E-Mails über office365

Meine Settings in config_ing.php
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = '********';
$g_show_version = ON;


$g_allow_signup = ON ...