일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 설치
- html5
- PHP
- 안드로이드 푸쉬
- Mail Server
- roundcube
- UML
- php 시큐어코딩
- 안드로이드 푸시
- 안드로이드
- Android
- mysql
- android 효과음
- javascript
- soundpool
- not working
- chart.js
- C# IO
- C#
- xe
- php 취약점
- curl
- FCM
- dovecot
- 자바스크립트
- 우분투
- 자동 생성
- WebView
- 안드로이드 gcm
- 폼메일
- Today
- Total
목록폼메일 (3)
그러냐
1. 간단 소스 출처 : https://www.mireene.com/index.php?pid=service_faq/faq_view&uid=136&c1_uid=3&page=&keyword= 2. 한메일 보내지는 소스 1번소스도 되는듯? 주석때문에 지져분한데 적당히 수정해서 쓰시길 1) $tit = iconv('utf-8','euc-kr',$_POST["subject"]); $tit = $_POST["subject"]; $text = $_POST["content"]; $receiver_email = $_POST["mailadd"]; //받는 사람 $receiver = $_POST["mailname"]; $receiver =''; $receiver_email = ""; //받는 사람 Emai $email = ..
function sendtest($id){ Configure::write('debug',2); $this->layout = 'sub_layout'; if($this->data){ // pr($this->data);exit; // /images/common/btnBan06_on.gif $charset="utf-8"; $from ='sd-23@.kr'; $from_name = $this->data['Mailing']['name']; $title = $this->data['Mailing']['title']; $message = ' 신청자 : '.$this->data['Mailing']['name'].' 이메일 : '.$this->data['Mailing']['email'].' '.$this->data['Mai..