WebSite X5Help Center

 
Bekir Ö.
Bekir Ö.
User

E-posta Formu  en

Author: Bekir Ö.
Visited 2436, Followers 1, Shared 0  

Merhaba www.kitapokut.net sitesinde

http://kitapokut.net/ileti-im.html dosyasının içeriği aşağıdadır. E-posta göndere basıldığında hiç bir hata mesajı almıyorum ama e-posta gelmiyor.

<?php
if(substr(basename($_SERVER['PHP_SELF']), 0, 11) == "imEmailForm") {
 include '../res/x5engine.php';
 $form = new ImForm();
 $form->setField('Adı', $_POST['imObjectForm_11_1'], '', false);
 $form->setField('Soyadı', $_POST['imObjectForm_11_2'], '', false);
 $form->setField('E-Posta Adresi', $_POST['imObjectForm_11_3'], '', false);
 $form->setField('Telefon Numarası', $_POST['imObjectForm_11_4'], '', false);
 $form->setField('Mesajınız', $_POST['imObjectForm_11_5'], '', false);

 if(@$_POST['action'] != 'check_answer') {
  if(!isset($_POST['imJsCheck']) || $_POST['imJsCheck'] != 'jsactive' || (isset($_POST['imCpt']) && !isset($_POST['imCptHdn'])) || (isset($_POST['imSpProt']) && $_POST['imSpProt'] != ""))
   die(imPrintJsError());
  $form->mailToOwner($_POST['imObjectForm_11_3'] != "" ? $_POST['imObjectForm_11_3'] : '***', '***', 'Yeni bir ileti', 'Deneme', true);
  $form->mailToCustomer('***', $_POST['imObjectForm_11_3'], 'Doğrulama', 'Bu e posta doğrulama kodu içerir', false);
  @header('Location: ../ileti-im.html');
  exit();
 } else {
  echo $form->checkAnswer(@$_POST['id'], @$_POST['answer']) ? 1 : 0;
 }
}

// End of file

Posted on the
6 ANSWERS
Anthony A.
Anthony A.
User

check to see if your webhost support PHP.

also log in to your admin pannel and see if there is any error over there.

http://kitapokut.net/admin/login.php

**********translate

web host desteği PHP olmadığını görmek için kontrol edin.

Ayrıca yönetici bölümü ile oturum ve herhangi bir hata orada olup olmadığını görmek.

http://kitapokut.net/admin/login.php



Bu yazı doğru cevap ise, doğru cevap olarak bu cevabı işaretleyiniz.

-------------------------------------------------- ----------

İyi Şanslar

Read more
Posted on the from Anthony A.
Bekir Ö.
Bekir Ö.
User
Author

Web hostingin PHP desteği var. Hiç bir hata mesajı vermiyor. Gitmiş gibi gözüküyor ama gönderilmiyor.

Read more
Posted on the from Bekir Ö.
Incomedia
Claudio D.
Incomedia

Hello Bekir Ö.,

Try to test the different email script types in the test section in http://kitapokut.net/admin/login.php

If you find one which works correctlty then open the project and go to step 4 data management and set this email script type in the project and export it again.

Many thanks!

***** Google Translation:

MerhabaBekirÖ.,

Http://kitapokut.net/admin/login.phptestbölümündefarklı e-postakomut dosyasıtürlerinitest etmek içinçalışın

Sonraprojeyi açınve4veri yönetiminiadımveprojeninbue-komuttipini ayarlamakvetekrarihraçgitmekcorrectltyçalışırbirinibulursanız.

Çok teşekkürler!

Read more
Posted on the from Claudio D.
Murat Ilker A.
Murat Ilker A.
User

programınızı kullanarak site yaptım ama mail gelmiyor smtp ayarlarını yapmam için örnek bi dosya istiyorum programınızı eti bilgisayardan aldım ancak hiç bir şekilde örnek bir dosya göndermiyorlar hosting firmanız gerekli düzeltmeleri söyliyecektir diyorlar ama hosting firmamın programınızla ilgili hiç birşey bilmiyor bu konuda yardım etmenizi istiyorum örnek bi dosya ile yardımcı olmıyacaksanız programı iade etmek zorunda kalacağım.

Read more
Posted on the from Murat Ilker A.
Bekir Ö.
Bekir Ö.
User
Author

Bu konuda bir yardım dosyanız yok mudur?

Read more
Posted on the from Bekir Ö.
Incomedia
Claudio D.
Incomedia

Hello Murat,

You need to get the smtp settings from your hosting provider or from the email service you want to use with the smpt settings like the smtp address, the encryption used, the port and the username and password. These informations are only available from the hosting or email service you want to use.

Many thanks!

***** Google Translation:

MerhabaMurat,

Senbarındırmasağlayıcınızdanveyasmtpadresi gibismtpayarları ilekullanmakistediğiniz e-postahizmetindensmtpayarlarınıalmak gerekir,şifrelemekullanılanliman vekullanıcı adıve şifre.BubilgilerKullanmak istediğinizbarındırmaveyae-posta hizmetiyalnızcakullanılabilir.

Çok teşekkürler!

Read more
Posted on the from Claudio D.