1. Liebe Forumsgemeinde,

    aufgrund der Bestimmungen, die sich aus der DSGVO ergeben, müssten umfangreiche Anpassungen am Forum vorgenommen werden, die sich für uns nicht wirtschaftlich abbilden lassen. Daher haben wir uns entschlossen, das Forum in seiner aktuellen Form zu archivieren und online bereit zu stellen, jedoch keine Neuanmeldungen oder neuen Kommentare mehr zuzulassen. So ist sichergestellt, dass das gesammelte Wissen nicht verloren geht, und wir die Seite dennoch DSGVO-konform zur Verfügung stellen können.
    Dies wird in den nächsten Tagen umgesetzt.

    Ich danke allen, die sich in den letzten Jahren für Hilfesuchende und auch für das Forum selbst engagiert haben. Ich bin weiterhin für euch erreichbar unter tti(bei)pcwelt.de.
    Dismiss Notice

Großes Sendmail problem

Discussion in 'Mail-Programme' started by SkyAngel161, Feb 19, 2011.

Thread Status:
Not open for further replies.
  1. 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


    Hier die Einstellung in der sendmail.ini

    PHP:
    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:
    [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 :aua:
     
  2. Scasi

    Scasi Ganzes Gigabyte

    ich würde da anfangen:

    > smtp_server=stmp.mail.yahoo.de
     
  3. Also bei der Yahoo erklärung für SMTP steht

    Und darum hab ich das dort so hingeschrieben

    Hab es aber mal weg gemacht und jetzt kommt time out im errorlog ^^
     
  4. 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 :heul: Den ganzen Tag sitz ich schon daran :)
     
  5. Scasi

    Scasi Ganzes Gigabyte

    schau Dir das rote, fette nochmal an!
     
Thread Status:
Not open for further replies.

Share This Page