Jumat, 23 Agustus 2013

PHP Indonesia - Facebook: [ASK] Saya pakai domain dari Masterweb sudah 4 bu...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Learning HTML & CSS shouldn't be difficult.

Master Trainer, Mark Lassoff, will teach you everything you need to know to create a creative and professional web site in 4 hours.
From our sponsors
[ASK] Saya pakai domain dari Masterweb sudah 4 bu...
Aug 23rd 2013, 13:09, by Verdiyanto Saputra

Verdiyanto Saputra 1:09pm Aug 23
[ASK]

Saya pakai domain dari Masterweb sudah 4 bulanan. Saya buat sebuah akun email dari domain tersebut katakanlah xxx@namadomain.com. Akan tetapi setelah saya coba send email dari xxx@namadomain.com lewat SquirrelMail, email tersebut tidak pernah sampai. Lalu saya coba dengan script ini:

<?php
$from = ''From: TestSender'';
$to = ''myemail@mydomain.com'';
$subject = ''Subject'';
$body = ''TEST Email from: $from'';

if (mail ($to, $subject, $body, $from)) {
echo ''MAIL - OK''; } else {
echo ''MAIL FAILED'';
}
?>

Keluar tampilan "MAIL - OK" tetapi email nya tidak sampai. Bagaimana ini? Apa in kesalahan hosting nya atau ada setting yang harus dipenuhi?

Terima kasih.

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar