$this->load->library('email'); //config $config['protocol'] = 'sendmail'; $config['mailpath'] = '/usr/sbin/sendmail'; $config['charset'] = 'iso-8859-1'; $config['wordwrap'] = TRUE; $this->email->initialize($config); //config //$ar = $this->admin_m->sendemail($this->input->post('username'),$this->input->post('email')); // if($ar>0){ //foreach($cc AS $ccs){ //$to = $ccs->cus_password; //} $this->email->from('[email protected]', 'ชื่อผู้ส่ง'); $this->email->to('[email protected]'); $this->email->cc('[email protected]'); $this->email->bcc('[email protected]'); $this->email->subject('Email Test'); $this->email->message('Testing the email class.'); $this->email->send(); // } // else{ // $data['cc']=0; // }
$config['protocol'] = 'smtp'; // ไม่ต้องเปลี่ยนก็ได้ เพราะ host ส่วนใหญ่จะให้ smtp นี่แหล่ะ $config['smtp_host'] = 'smtp.isp.net'; // อันนี้เปลี่ยนตาม host ที่ใช้งานจริงน่ะครับ *** ถ้า host เช่า ก็ดูเอกสารที่เค้าให้มา มีบอกไว้ $config['smtp_user'] = 'username'; // อันนี้เปลี่ยนตาม host ที่ใช้งานจริงน่ะครับ *** ถ้า host เช่า ก็ดูเอกสารที่เค้าให้มา มีบอกไว้ $config['smtp_pass'] = 'password'; // อันนี้เปลี่ยนตาม host ที่ใช้งานจริงน่ะครับ *** ถ้า host เช่า ก็ดูเอกสารที่เค้าให้มา มีบอกไว้
$config['protocol'] = 'smtp'; // ไม่ต้องเปลี่ยนก็ได้ เพราะ host ส่วนใหญ่จะให้ smtp นี่แหล่ะ $config['smtp_host'] = 'localhost'; // อันนี้เปลี่ยนตาม host ที่ใช้งานจริงน่ะครับ *** ถ้า host เช่า ก็ดูเอกสารที่เค้าให้มา มีบอกไว้ $config['smtp_user'] = '[email protected]'; // อันนี้เปลี่ยนตาม host ที่ใช้งานจริงน่ะครับ *** ถ้า host เช่า ก็ดูเอกสารที่เค้าให้มา มีบอกไว้ $config['smtp_pass'] = 'password'; // อันนี้เปลี่ยนตาม host ที่ใช้งานจริงน่ะครับ *** ถ้า host เช่า ก็ดูเอกสารที่เค้าให้มา มีบอกไว้
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง