Jump to content
xt:Commerce Community Forum

localhost Mailserver "töten"


dragon_0000

Recommended Posts

Kennt jemand eine Möglichkeit den Mail Versand auf der localen Veyton installation zu unterbinden bekommen bei jeder Bestellung die Fehlermeldung


Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampplite\htdocs\v13\xtFramework\library\adodb\xtcommerce-errorhandler.inc.php on line 81[/PHP]

Link to comment
Share on other sites

Hi,

Shop-Einstellungen -> Mandanten -> DeinShop -> Email-Einstellungen -> SMTP-Host eintragen inkl. SMTP-Auth & Co. KG tut's nicht?

Dann Holzhammer über php.ini:

[mail function]

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").

; sendmail_path =

SMTP = [iP oder FQDN]

smtp_port = 25

username = [...]

password = [...]

Apache restart. Dann mailt PHP garantiert nicht mehr über localhost.

Gruß, Uwe

Link to comment
Share on other sites

Hallo Alois,

Warum nicht einfach eine Debug-Konstante in die XT_CONFIG einführen _XT_SEND_EMAILS (bool) oder ähnliches und diese in der class.email.php Methode _sendMail nutzen?

Damit kannst Du global das mailing in Deiner lokalen DB ausstellen und produktiv lässt Du die Konstante auf true.

Gruss,

Philipp

Link to comment
Share on other sites

Hallo Philip,

Warum nicht einfach eine Debug-Konstante in die XT_CONFIG einführen _XT_SEND_EMAILS (bool) oder ähnliches und diese in der class.email.php Methode _sendMail nutzen?

... hmmm das hört sich nach einen Plan an des werd ich heute nochmal testen- Danke auf jedenfall :D

Gruß

Alois

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...