일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 전자부품전
- 전자부품유통
- VirtualBox
- composer #codeigniter #codeigniter4
- 회원앱
- 교적부
- 회원관리
- 웹erp
- 부품정보
- 디바이스마트
- digikey
- 전자결재
- 보안시스템
- 홈페이지제작
- 자재정보
- 단체홈페이지
- 버츄어머신
- 온라인유통
- 웹교적부
- 교회홈페이지
- 쇼핑몰
- 디지키
- 사내정보
- 전자부품
- 교회전산
- 회원명부
- 명부
- 단체앱
- 웹명부
- 교회앱
Archives
- Today
- Total
미디어 온 연구실
BIT테마에 네이버 SMTP 설정 변경 작업 본문
위치는 /BIT루트/theme/BIT사용테마/php에
config.inc.php 파일을 다음과 같은 형태로 네이버 정보로 수정하였습니다.
<?php
// USE SMTP OR mail()
// SMTP is recommended, mail() is disabled on most shared hosting servers.
// IF false : SMTP host/port/user/pass/ssl not used, leave empty or as it is!
$config['use_smtp'] = true; // true|false
// Naver SMTP Server Settings
$config['smtp_host'] = 'smtp.naver.com'; // eg.: smtp.mandrillapp.com
$config['smtp_port'] = 465; // eg.: 587
$config['smtp_user'] = 'yourid@naver.com'; // you@gmail.com
$config['smtp_pass'] = 'yourpassword'; // password
$config['smtp_ssl'] = true; // true for google (port 465), false for others
// Who receive all emails?
$config['send_to'] = 'yourid@naver.com'; // destination of all emails sent throught contact form
// Email Subject
$config['subject'] = 'Inquiry Form'; // subject of emails you receive
?>
'연구실 노트' 카테고리의 다른 글
[전자부품 API] 전자부품 Digi-Key API를 위한 OAUTH2.0 토큰 PHP 모듈 (0) | 2024.05.29 |
---|---|
[잔자부품 API] 전자부품 Digi-Key API를 위한 OAUTH2.0 토큰 Postman테스트 (0) | 2024.05.29 |
그누보드 SMTP 외부메일 설정하는 방법 (1) | 2024.05.25 |
[제품안내] 미디어인 단체 수첩, MDI:Yolam (My Diary Information Yolam) (0) | 2024.05.19 |
[제품안내] 미디어인 교회 수첩, MDI:Church (My Diary Information Church) (0) | 2024.05.19 |
Comments