Total Users Online: 0 üye, 128 guest | Tarih/Saat: 2026-04-30 02:02
 
smtp ayarları
2010-06-13 20:39 GMT  oklu Alnt
Kaan

User is: Online status   Gender_M
Posts: 2772
Ülke: İstanbul - 34
Meslek: Serbest Meslek
Age: 43

T3 Postman Eklentisini Kurman gerekiyor Postman eklentisini kurdukdan sonra a?ag?daki ayarlar? yap?n?z..

Posrman eklentisini buradan indirebilirsiniz..
https://seditio.com.tr/eski1/page.....t=postman

system/functions.php A?ag?dakini bulun
:
hp]function sed_mail($fmail, $subject, $body, $headers='')

    {

    global $cfg;



    if(empty($fmail))

        {

        return(FALSE);

        }

    else

        {

        $headers = (empty($headers)) ? "From: \"".$cfg['maintitle']."\" <".$cfg['adminemail'].">\n"."Reply-To: <".$cfg['adminemail'].">\n"."Content-Type: text/plain; charset=".$cfg['charset']."\n" : $headers;

        $body .= "\n\n".$cfg['maintitle']." - ".$cfg['mainurl']."\n".$cfg['subtitle'];

        mail($fmail, $subject, $body, $headers);

        sed_stat_inc('totalmailsent');

        return(TRUE);

        }

    }

Alttaki ile de?i?tiriniz.
:
hp]function sed_mail($fmail, $subject, $body, $headers='')

{

    global $cfg;



    if(empty($fmail)) return(FALSE);



    require("plugins/postman/inc/postoffice.class.php");

    $PostMan = new PostOffice();

    $PostMan->IsHTML(false);

    $PostMan->FromName = $cfg['maintitle'];

    $PostMan->Subject = $psoptions['subject'];

    $PostMan->AddAddress($fmail);

    $PostMan->Subject = $subject;

    $PostMan->Body = $body;

    $res['email'] = $PostMan->Send();  

    $res['error_info'] = $PostMan->ErrorInfo;

    $PostMan->ClearAddresses();  

   

    if($res['email'])

    {

        sed_stat_inc('totalmailsent');

        return(TRUE);  

    }

    else  

    {

        return(FALSE);

    }

Bu de?i?ikli?i yapt?kdan sonra sadece Smtp ?zerinden mail yollayabilirsiniz.
Konuyla İlgili Diğer Başlıklar
Outlook.com POP3 Ayarları
SMTP yardım !
PHP ile CHMOD ayarları
Emlak, Oto Galeri, Rent A Car, ?iir, Edebiyat Script Sipari?lerinizi Verebilirsiniz.
Detaylar ??in: kaan@ntka.org

Seditio 170 ?ndir
Capte M?zik ?ndir
Seditio Toolbar ?ndir

 

Powered by Seditio © 2009-2012 All Rights Reserved