Seite 1 von 1

Fehler bei "emailer.php"

Verfasst: 13.02.2006 18:25
von Qosmio

Code: Alles auswählen

Failed sending email :: PHP :: 

DEBUG MODE

Line : 234
File : emailer.php
Dies kommt, wenn sich einer anmelden will. Jedoch ist er dann ganz normal angemeldet, wenn man nachher nachschaut. Ich habe das Forum neu und nichts bei emailer.php geändert. Erkennt ihr den Fehler?

Textpassage von Zeile 226 bis 244

Code: Alles auswählen

	$board_config['sendmail_fix'] = 1;
				$result = @mail($to, $this->subject, preg_replace("#(?<!\r)\n#s", "\n", $this->msg), $this->extra_headers);
			}
		}

		// Did it work?
		if (!$result)
		{
			message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
		}

		return true;
	}

	// Encodes the given string for proper display for this encoding ... nabbed
	// from php.net and modified. There is an alternative encoding method which
	// may produce lesd output but it's questionable as to its worth in this
	// scenario IMO
	function encode($str)
Danke. Ich möchte nicht, dass sich die User "erschrecken" :D

Verfasst: 15.02.2006 13:14
von Qosmio
Sorry, wenn ich jetzt hier nochmals schreibe? Kennt keiner ne Lösung?