Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- UTF-8
- Linux
- Arrays
- HTML
- string
- Laravel
- function
- MySQL
- JavaScript
- 무료다운로드쿠폰
- Ajax
- jquery
- date
- OOP
- 전략
- post
- 웹하드순위
- JSON
- Apache
- curl
- Forms
- variables
- Session
- 경영
- Regex
- 웹하드추천
- file-upload
- php
- composer-php
Archives
- Today
- Total
목록ini-set (1)
개발! 딱 깔끔하고 센스있게!
PHP: mail () 함수, 운영 시 ini set () 를 가 지 며, SMTP 와 SMTTP 포트 로 리 눅 스에 서 작업 하지 않 습 니 다.
SMTP 호스트 를 사용 하여 PHP 코드 를 사용 하여 메 일 을 보 냈 습 니 다. 다음 과 같 습 니 다. ini_set('SMTP','myserver'); ini_set('smtp_port',25); $to = $email; $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1" . "\r\n"; $headers .= "From: NO-REPLY" . "\r\n"; $subject = "Confirmation For Request"; $message = ' Hi '.$firstname.' '.$lastname.' We recieved below details from you. ..
개발 스크랩 메모/PHP
2020. 11. 29. 01:55