"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

mail() am localhost? (php)

semteX 09.02.2004 - 16:16 577 8
Posts

semteX

begehrt die rostschaufel
Avatar
Registered: Oct 2002
Location: Pre
Posts: 14594
Ich bräucht die mailfunktion am localhost... wie schaff ich das, dass er mails verschickt?

tia
semteX

dio

Here to stay
Registered: Nov 2002
Location: Graz
Posts: 4882
meinst du wie man mail() verwendet?

semteX

begehrt die rostschaufel
Avatar
Registered: Oct 2002
Location: Pre
Posts: 14594
Zitat von diokletian
meinst du wie man mail() verwendet?
na

ich mein wie ma mail am localhost verwendet! der braucht ja auch nen mailserver bla bla

orpheus

in a nutshell
Avatar
Registered: Mar 2002
Location: Klagenfurt
Posts: 533
Zitat von semteX
ich mein wie ma mail am localhost verwendet! der braucht ja auch nen mailserver bla bla

SMTP string
Used under Windows only: DNS name or IP address of the SMTP server PHP should use for mail sent with the mail() function.

smtp_port int
Used under Windows only: Number of the port to connect to the server specified with the SMTP setting when sending mail with mail(); defaults to 25. Only available since PHP 4.3.0.

sendmail_from string
Which "From:" mail address should be used in mail sent from PHP under Windows.

sendmail_path string
Where the sendmail program can be found, usually /usr/sbin/sendmail or /usr/lib/sendmail. configure does an honest attempt of locating this one for you and set a default, but if it fails, you can set it here.

Systems not using sendmail should set this directive to the sendmail wrapper/replacement their mail system offers, if any. For example, Qmail users can normally set it to /var/qmail/bin/sendmail or /var/qmail/bin/qmail-inject.

qmail-inject does not require any option to process mail correctly.

Briefly, php.ini richtig configt:
Code:
;win only
SMTP = "localhost"
smtp_port = "25"
sendmail_from = "[email]me@example.com[/email]"

;*nix only
sendmail_path = "/usr/sbin/sendmail"

Hast an Mailserver laufen!?

hth

Note: Ich hoffe ich versteh da was nicht falsch :)
Bearbeitet von orpheus am 09.02.2004, 17:50 (wrong config syntax)

semteX

begehrt die rostschaufel
Avatar
Registered: Oct 2002
Location: Pre
Posts: 14594
k... where to get a easy windows mail server :D?

orpheus

in a nutshell
Avatar
Registered: Mar 2002
Location: Klagenfurt
Posts: 533
Zitat von semteX
k... where to get a easy windows mail server :D?

Freund von mir benutzt einen der hamster oder so heißt. Schien recht einfach zu sein :D

edit: Results powered by Google:

Zitat
from http://hamster.arcornews.de/
Hamster ist ein lokaler Mail- und Newsserver für Windows-Plattformen. (Win9x, WinNT, Win2000/XP, nicht Win3.x) Diese Freeware richtet sich an alle, die Mail und News mit einem einzigen Programm komfortabel verwalten wollen. Der Hamster sammelt Mail und News von mehreren Servern ein und stellt sie zusammen lokal zum Abholen per Client (Mailreader/Newsreader) bereit. Ideal ist er somit für Netzwerke, da mehrere Benutzer eingerichtet werden können, die auf den Hamster zugreifen können und der Datenbestand bei News nur einmal vorhanden sein muss.

hth
Bearbeitet von orpheus am 09.02.2004, 18:04 (-.-)

atrox

in fairy dust... I trust!
Avatar
Registered: Sep 2002
Location: HTTP/1.1 404
Posts: 2782
verwende doch den mailserver von deinem provider ?

jreckzigel

EDV
Registered: Oct 2002
Location: Lengenfeld ( bei..
Posts: 1144
hamster ist empfehlenswert, oder pegasus mail server (gratis)
oder der in win2k3 integrierte

semteX

begehrt die rostschaufel
Avatar
Registered: Oct 2002
Location: Pre
Posts: 14594
thx für die links, hamster hab ich schon gefunden...

mal schaun ev bekomm ich das hin mit UTA...
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz