- -- PHP
- 2021/03/27 23:00
Codeigniter의 email 라이브러리를 이용하여 아래의 설정으로 gmail smtp를 이용하고 있었다.$config ['mailtype'] = 'html';$config ['charset'] = 'utf-8';$config ['crlf'] = "\r\n";$config ['newline'] = "\r\n";$config ['validate'] =...
1
최근 덧글