francosdad Posted June 1, 2008 Report Share Posted June 1, 2008 hallo, ich habe folgendes problem. xtc läuft lokal bei mir mit xampp und ich möchte gern sendmail nutzen um lokal email zu versenden zum test. sendmail meldet zwar keine fehler, aber trotzdem sendet er aus dem backend keine emails. hat jemand erfahrungen mit der lokalen installation von sendmail und xtc, muss das problem dringend lösen. meine einstellungen in der php.ini sind: [mail function] ; For Win32 only. SMTP = (smtp server meines anbieters) smtp_port = 25 ; For Win32 only. sendmail_from = (meine email passend zum smtp des anbieters) ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). sendmail_path = "C:\Program Files\xampp\sendmail.exe -t" email einstellungen unter xtc: TRANSPORT MODE: sendmail Pfad zu sendmail: C:\Program Files\xampp\sendmail.exe -t Adresse smtp: (gleich wie php.ini) user name: passend zur email passwort: passend zur email authentification: ja und nein probiert sendmail.ini einstellungen auth_username=mein benutzername auth_password=mein passwort smtp_server= (smtp server meines anbieters) im frontend versendet er alle email so wie es sein soll, nur eben im backend nicht. obwohl er angibt, dass er die email versandt hat. bitte, bitte ich bin für jeden hinweis offen. danke im voraus und beste grüsse francosdad Link to comment Share on other sites More sharing options...
Guest tuvalu Posted June 1, 2008 Report Share Posted June 1, 2008 Ich habe es mit dem SMTP-Mailversand vom PC aus gelöst. tuvalu Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.