• 02-06-2015, 14:31:48
    #1
    üstadlar yapmadığım birşey yüzünden şu eksiklikleri yaşıyorum.
    siteme üye olanlar var üye oldu bilgisi gelmiyor. üyeler içinde şifren şu diye bilgi maili gitmesi lazım oda olmuyor . şifremi unuttum mailide gelmiyor.

    bunları aşmam için ne yapmam lazım.
  • 02-06-2015, 14:33:30
    #2
    Üyeliği durduruldu
    Hosting sağlayıcınıza danışın. Muhtemelen mail server ile ilgilidir.
  • 02-06-2015, 14:51:24
    #3
    yok wp'e smtp eklentisi vs. bişeymi kurmam lazım ?
  • 02-06-2015, 19:51:12
    #4
    Sunucunuzda mail(); fonksiyonu kapatılmış, smtp eklentisi kurup bir mail adresinizi eklerseniz mailleriniz ulaşır: https://wordpress.org/plugins/easy-wp-smtp/
  • 02-06-2015, 22:26:10
    #5
    wpmatik adlı üyeden alıntı: mesajı görüntüle
    Sunucunuzda mail(); fonksiyonu kapatılmış, smtp eklentisi kurup bir mail adresinizi eklerseniz mailleriniz ulaşır: https://wordpress.org/plugins/easy-wp-smtp/
    siz cevap yazana kadar Configure SMTP kurup ayarları yaptım deneme amaçlı yeni üyelik açtım admin hesabına bilgi maili geldi . ama üye olana şifre sıfırlama linki gitmiyor. şu siteye üye oldunuz bilgisi gitmiyor vs.
  • 02-06-2015, 23:07:54
    #6
    Belirttiğiniz eklentiyi kullanmadım, birde şunu deneyin, ayarlar menüsünde Mailler: Send all WordPress.. seçeneği var bunu seçerseniz wordpressin gönderdiği tüm mailleri smtp ile gönderecektir.
  • 03-06-2015, 10:47:20
    #7
    wpmatik adlı üyeden alıntı: mesajı görüntüle
    Belirttiğiniz eklentiyi kullanmadım, birde şunu deneyin, ayarlar menüsünde Mailler: Send all WordPress.. seçeneği var bunu seçerseniz wordpressin gönderdiği tüm mailleri smtp ile gönderecektir.

    test maili olarak admin maile mail gidiyor hotmaile gitmiyor.

    her iki mailede gönderi yaptığımda aşağıdaki uyarıyı veriyor.

    Test Message Sent

    The result was:

    bool(true)

    The full debugging output is shown below:

    object(PHPMailer)#10246 (69) {
    ["Version"]=>
    string(5) "5.2.7"
    ["Priority"]=>
    int(3)
    ["CharSet"]=>
    string(5) "UTF-8"
    ["ContentType"]=>
    string(10) "text/plain"
    ["Encoding"]=>
    string(4) "8bit"
    ["ErrorInfo"]=>
    string(0) ""
    ["From"]=>
    string(25) "admin@xxxxxx.com"
    ["FromName"]=>
    string(16) "xxxxx yyyyy"
    ["Sender"]=>
    string(0) ""
    ["ReturnPath"]=>
    string(0) ""
    ["Subject"]=>
    string(52) "WP Mail SMTP: Test mail to admin@xxxxxx.com"
    ["Body"]=>
    string(68) "This is a test email generated by the WP Mail SMTP WordPress plugin."
    ["AltBody"]=>
    string(0) ""
    ["Ical"]=>
    string(0) ""
    ["MIMEBody"rotected]=>
    string(69) "This is a test email generated by the WP Mail SMTP WordPress plugin.
    "
    ["MIMEHeader"rotected]=>
    string(465) "Date: Wed, 3 Jun 2015 07:31:07 +0000
    Return-Path:
    To: admin@xxxxxx.com
    From: xxxxx yyyyy
    Subject: WP Mail SMTP: Test mail to admin@xxxxxx.com
    Message-ID:
    X-Priority: 3
    X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit

    "
    ["mailHeader"rotected]=>
    string(0) ""
    ["WordWrap"]=>
    int(0)
    ["Mailer"]=>
    string(4) "smtp"
    ["Sendmail"]=>
    string(18) "/usr/sbin/sendmail"
    ["UseSendmailOptions"]=>
    bool(true)
    ["PluginDir"]=>
    string(0) ""
    ["ConfirmReadingTo"]=>
    string(0) ""
    ["Hostname"]=>
    string(0) ""
    ["MessageID"]=>
    string(0) ""
    ["MessageDate"]=>
    string(0) ""
    ["Host"]=>
    string(24) "mail.xxxxxx.com"
    ["Port"]=>
    string(3) "587"
    ["Helo"]=>
    string(0) ""
    ["SMTPSecure"]=>
    string(0) ""
    ["SMTPAuth"]=>
    bool(false)
    ["Username"]=>
    string(0) ""
    ["Password"]=>
    string(0) ""
    ["AuthType"]=>
    string(0) ""
    ["Realm"]=>
    string(0) ""
    ["Workstation"]=>
    string(0) ""
    ["Timeout"]=>
    int(10)
    ["SMTPDebug"]=>
    bool(true)
    ["Debugoutput"]=>
    string(4) "echo"
    ["SMTPKeepAlive"]=>
    bool(false)
    ["SingleTo"]=>
    bool(false)
    ["SingleToArray"]=>
    array(0) {
    }
    ["do_verp"]=>
    bool(false)
    ["AllowEmpty"]=>
    bool(false)
    ["LE"]=>
    string(1) "
    "
    ["DKIM_selector"]=>
    string(0) ""
    ["DKIM_identity"]=>
    string(0) ""
    ["DKIM_passphrase"]=>
    string(0) ""
    ["DKIM_domain"]=>
    string(0) ""
    ["DKIM_private"]=>
    string(0) ""
    ["action_function"]=>
    string(0) ""
    ["XMailer"]=>
    string(0) ""
    ["smtp"rotected]=>
    object(SMTP)#10237 (12) {
    ["Version"]=>
    string(5) "5.2.7"
    ["SMTP_PORT"]=>
    int(25)
    ["CRLF"]=>
    string(2) "
    "
    ["do_debug"]=>
    bool(true)
    ["Debugoutput"]=>
    string(4) "echo"
    ["do_verp"]=>
    bool(false)
    ["Timeout"]=>
    int(10)
    ["Timelimit"]=>
    int(30)
    ["smtp_conn"rotected]=>
    int(0)
    ["error"rotected]=>
    NULL
    ["helo_rply"rotected]=>
    NULL
    ["last_reply"rotected]=>
    string(43) "221 klotho.alastyr.com closing connection
    "
    }
    ["to"rotected]=>
    array(1) {
    [0]=>
    array(2) {
    [0]=>
    string(25) "admin@xxxxxx.com"
    [1]=>
    string(0) ""
    }
    }
    ["cc"rotected]=>
    array(0) {
    }
    ["bcc"rotected]=>
    array(0) {
    }
    ["ReplyTo"rotected]=>
    array(0) {
    }
    ["all_recipients"rotected]=>
    array(1) {
    ["admin@xxxxxx.com"]=>
    bool(true)
    }
    ["attachment"rotected]=>
    array(0) {
    }
    ["CustomHeader"rotected]=>
    array(0) {
    }
    ["lastMessageID"rotected]=>
    string(58) ""
    ["message_type"rotected]=>
    string(5) "plain"
    ["boundary"rotected]=>
    array(3) {
    [1]=>
    string(35) "b1_e3ab6a5b9bf5de604f8c3c9d0919f916"
    [2]=>
    string(35) "b2_e3ab6a5b9bf5de604f8c3c9d0919f916"
    [3]=>
    string(35) "b3_e3ab6a5b9bf5de604f8c3c9d0919f916"
    }
    ["language"rotected]=>
    array(0) {
    }
    ["error_count"rotected]=>
    int(0)
    ["sign_cert_file"rotected]=>
    string(0) ""
    ["sign_key_file"rotected]=>
    string(0) ""
    ["sign_key_pass"rotected]=>
    string(0) ""
    ["exceptions"rotected]=>
    bool(true)
    }

    The SMTP debugging output is shown below:
  • 03-06-2015, 13:26:51
    #8
    hotmaile gitmemesinin sebebi ip adresinizin blackliste girmesi olabilir, burdan: http://mxtoolbox.com/blacklists.aspx sorgulatın. Kara listeye girmişseniz başka bir maili smtp kısmına ekleyin.
  • 03-06-2015, 17:44:40
    #9
    wpmatik adlı üyeden alıntı: mesajı görüntüle
    hotmaile gitmemesinin sebebi ip adresinizin blackliste girmesi olabilir, burdan: http://mxtoolbox.com/blacklists.aspx sorgulatın. Kara listeye girmişseniz başka bir maili smtp kısmına ekleyin.
    hepsinde çentik var ok aldı . hosting firmasına sordum ip satmak istediler .