PHP Doku:: Installation/Konfiguration - mail.setup.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzE-Mail-relevante ErweiterungenMailInstallation/Konfiguration

Ein Service von Reinhard Neidl - Webprogrammierung.

Mail

<<Einführung

Anforderungen>>


UnterSeiten:

Installation/Konfiguration

Inhaltsverzeichnis


3 BenutzerBeiträge:
- Beiträge aktualisieren...
David dot Kit dot Friedman at gmail dot com
16.07.2009 3:37
If you are using SMTP authentication you can use the PEAR Mail package.

http://pear.php.net/package/Mail
David dot Kit dot Friedman at gmail dot com
14.07.2009 21:01
Just to add to the previous note -- if you are using windows and also SMTP authentication it is possible to get this to work by using the PEAR Mail package:

http://pear.php.net/package/Mail

I do not believe the built in Mail function provides this.
alvaro at demogracia dot com
11.11.2008 10:12
The sendmail binary requirement only applies to Unix-like platforms (e.g. Linux). In Windows you need to specify a mail server that accepts mail through a network connection. Find these lines in your php.ini file:

[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
;sendmail_from = me@example.com



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)