Liebe Leser,
Wenn dies Ihr erster Besuch hier ist, lesen Sie bitte zuerst die Hilfe - Häufig gestellte Fragen durch. Sie müssen sich vermutlich registrieren, bevor Sie Beiträge verfassen können. Klicken Sie rechts auf 'Jetzt registrieren.', um den Registrierungsprozess zu starten.
Ergebnis 1 bis 5 von 5
  1. #1
    Registriert seit
    02.2011
    Beiträge
    3

    Großes Sendmail problem

    Hallo ihr lieben,

    ich besitze einen Root auf den meine Homepage liegt
    Auf dieser Homepage habe ich PhP Bewerbungsformular eingefügt und möchte das wenn User dieses Forumlar ausfüllen und absenden, es direkt in meinen Yahoo Email account landet

    Ich benutze auf dem Root Xampp und benutze dafür sendmail (möchte kein anderes Programm verwenden ^^)

    So weit so gut, das Problem ist wenn ich das Formular absende sagt er mir es ist versendet worden aber mein Postfach bleibt leer und in sendmail error bekomm ich folgende fehlermeldung

    11.02.19 19:59:43 : Socket Error # 11001<EOL>Host not found.

    Hier die Einstellung in der sendmail.ini

    PHP-Code:
    configuration for fake sendmail

    ; if this file doesn't exist, sendmail.exe will look for the settings in
    ; the registry, under HKLM\Software\Sendmail

    [sendmail]

    ; you must change mail.mydomain.com to your smtp server,
    ; or to IIS'
    "pickup" directory.  (generally C:\Inetpub\mailroot\Pickup)
    emails delivered via IIS's pickup directory cause sendmail to
    ; run quicker, but you won'
    t get error messages back to the calling
    application.

    smtp_server=stmp.mail.yahoo.de

    smtp port (normally 25)

    smtp_port=25

    SMTPS (SSLsupport
    ;   auto = use SSL for port 465otherwise try to use TLS
    ;   ssl  alway use SSL
    ;   tls  always use TLS
    ;   none never try to use SSL

    smtp_ssl
    =auto

    the default domain for this server will be read from the registry
    this will be appended to email addresses when one isn't provided
    ; if you want to override the value in the registry, uncomment and modify

    default_domain=bluedimension@yahoo.de

    ; log smtp errors to error.log (defaults to same directory as sendmail.exe)
    ; uncomment to enable logging

    error_logfile=error.log

    ; create debug log as debug.log (defaults to same directory as sendmail.exe)
    ; uncomment to enable debugging

    ;debug_logfile=debug.log

    ; if your smtp server requires authentication, modify the following two lines

    auth_username=bluedimension
    auth_password=geheim

    ; if your smtp server uses pop3 before smtp authentication, modify the 
    ; following three lines.  do not enable unless it is required.

    pop3_server=pop.mail.yahoo.de
    pop3_username=bluedimension
    pop3_password=geheim

    ; force the sender to always be the following email address
    ; this will only affect the "MAIL FROM" command, it won'
    t modify 
    the "From: " header of the message content

    force_sender
    =bluedimension@yahoo.de

    force the sender to always be the following email address
    this will only affect the "RCTP TO" commandit won't modify 
    ; the "To: " header of the message content

    force_recipient=bluedimension@yahoo.de

    ; sendmail will use your hostname and your default_domain in the ehlo/helo
    ; smtp greeting.  you can manually set the ehlo/helo name if required

    hostname=localhost 

    Einstellung der PhP.ini

    PHP-Code:
    [mail function]
    ; For 
    Win32 only.
    http://php.net/smtp
    SMTP stmp.mail.yahoo.de
    http://php.net/smtp-port
    smtp_port 25

    ; For Win32 only.
    http://php.net/sendmail-from
    sendmail_from bluedimension@yahoo.de

    ; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
    http://php.net/sendmail-path
    sendmail_path "C:\xampp\sendmail\sendmail.exe -t" 
    Ich hoffe ihr könnt mir helfen, ich bin am verzweifeln

  2. #2
    Registriert seit
    08.2004
    Beiträge
    17.595
    ich würde da anfangen:

    > smtp_server=stmp.mail.yahoo.de

  3. #3
    Registriert seit
    02.2011
    Beiträge
    3
    Also bei der Yahoo erklärung für SMTP steht

    Postausgangsserver (SMTP): smtp.mail.yahoo.de
    Und darum hab ich das dort so hingeschrieben

    Hab es aber mal weg gemacht und jetzt kommt time out im errorlog ^^

  4. #4
    Registriert seit
    02.2011
    Beiträge
    3
    Ahh jetzt hab ich es bei php raus gemacht und bei sendmail drinnen gelassen und jetzt geht es

    VIELEN VIELEN DANK

    Ich könnte heulen vor freude Den ganzen Tag sitz ich schon daran

  5. #5
    Registriert seit
    08.2004
    Beiträge
    17.595
    schau Dir das rote, fette nochmal an!

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
12
Content Management by InterRed