freelance iş ilanları

wordpress mail sorunu

3 Mesajlar 2.453 Okunma
lstbozum
smsonayhizmeti

sarpcore sarpcore WM Aracı Kullanıcı
  • Üyelik 02.06.2014
  • Yaş/Cinsiyet 47 / E
  • Meslek Bilgi İşlem Ssitem Yöneticisi
  • Konum Antalya
  • Ad Soyad S** A**
  • Mesajlar 136
  • Beğeniler 24 / 12
  • Ticaret 5, (%100)
Merhaba arkadaşlar.
sitemizde bulunan iletişim formundanirezervasyon gibi formlardan mesaj atıldıgında mail gelmiyor.

check mail ile kontrol ettğiminde söyle bir uyarı veriyor.

The test email has been sent by WordPress. Please note this does NOT mean it has been delivered. See wp_mail in the Codex for more information. The headers sent were:
MIME-Version: 1.0\r\n
From: info@askebap.com\r\n
Content-Type: text/plain; charset="UTF-8"\r\n

alttaki linkteki sayfaya yonlendiriyor ama pek anlamadım ne yapacagımı.yardımcı olabilecek birileri varmıdır.iyi gunler.

http://codex.wordpress.org/Function_Reference/wp_mail
 

 

wmaraci
reklam

CenkOnsoy CenkOnsoy Skype: cenkonsoy Kullanıcı
  • Üyelik 18.10.2012
  • Yaş/Cinsiyet 38 / E
  • Meslek Uzman Biyolog
  • Konum Ankara
  • Ad Soyad C** Ö**
  • Mesajlar 4042
  • Beğeniler 77 / 1356
  • Ticaret 37, (%100)
Hosting firmanız ile ilgili olarak gorusup uygun smtp ayarlarini alarak sisteme tanimlamaniz gerekiyor. Bu konuda bircok eklentide mevcut wp smtp diye aratmaniz yeterlidir.
 

 

Bilim Forum | Bilimgunlugu.com

sarpcore sarpcore WM Aracı Kullanıcı
  • Üyelik 02.06.2014
  • Yaş/Cinsiyet 47 / E
  • Meslek Bilgi İşlem Ssitem Yöneticisi
  • Konum Antalya
  • Ad Soyad S** A**
  • Mesajlar 136
  • Beğeniler 24 / 12
  • Ticaret 5, (%100)

CenkOnsoy adlı üyeden alıntı

Hosting firmanız ile ilgili olarak gorusup uygun smtp ayarlarini alarak sisteme tanimlamaniz gerekiyor. Bu konuda bircok eklentide mevcut wp smtp diye aratmaniz yeterlidir.



o dediklerinide yapmıştım zaten ama form kısmına gelip doldurdugumda yine hata veriyor şu şekilde.

Warning: stream_set_timeout() has been disabled for security reasons in /home/askebap.com/httpdocs/wp-includes/class-smtp.php on line 234

Warning: stream_set_timeout() has been disabled for security reasons in /home/askebap.com/httpdocs/wp-includes/class-smtp.php on line 828
Server Error: WordPress mail method failed!

Ek Olarak: Natroyla konustum bu iki satırdaki timeout degerlerini 0 yapman yeterli olacaktır dedi.ama nereyi degişecem tam anlamadım.timeout zaten 0 gibi gorunuyor.

234 satırı

// SMTP server can take longer to respond, give longer timeout for first read
// Windows does not have support for this timeout function
if (substr(PHP_OS, 0, 3) != 'WIN') {
$max = ini_get('max_execution_time');
if ($max != 0 && $timeout > $max) { // Don't bother if unlimited
@set_time_limit($timeout);
}
stream_set_timeout($this->smtp_conn, $timeout, 0);
}

828 satırı

}
stream_set_timeout($this->smtp_conn, $this->Timeout);
if ($this->Timelimit > 0) {
$endtime = time() + $this->Timelimit;
}

Ek Olarak: stream_set_timeout hakkında bilgisi olan hiç kimse yok mu ?

Ek Olarak: stream_set_timeout değerini nasıl değiştirdiniz acaba?
 

 

wmaraci
Konuyu toplam 2 kişi okuyor. (0 kullanıcı ve 2 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al