[PHP] mailService
[PHP] Naver,Google Smtp를 이용한 메일보내기
Naver,Google Smtp를 이용한 메일보내기
얼마 전 제작했던 사이트에서 메일 발송이 되지않는다는 문제를 제기 해왔다 ㅡ.ㅡ 한 서버에서 여러명의 가상호스팅 사용자들이 메일을 사용하니 차단 먹는건..
ekfqkqhd.tistory.com
http://magic.wickedmiso.com/23
[PHP] PHP 메일 발송
■ PHPMailer 다운받고 세팅하기. 01. https://github.com/PHPMailer/PHPMailer 사이트에 접속하여 PHPMailer-master.zip 파일을 다운받는다. 02. 다운받은 PHPMailer-master.zip 파일의 압축을 해제한다. ※ 필..
magic.wickedmiso.com
php 구글 이메일 인증 api
검색 키워드 SMTP ERROR: Password command failed
갓 오버스택!!!!!!!!
SMTP ERROR: Password command failed - Google 검색
2016-10-25 10:40:27 SMTP ERROR: Password command failed: 535-5.7.8 ... To connect with SSL, you need to provide a Google username and password for ... We also recommend ensuring that the account has a secure password. 출처 공유.
www.google.com
해쉬함수 어떻게 쓰는지
https://extbrain.tistory.com/25
[PHP] SHA256 해싱 (hash 함수)
▶PHP SHA256 해싱 (hash 함수) ▶설명 PHP 함수 중 하나인 hash 함수는 해시 값 생성에 사용하는 함수입니다. ▶사용법 강조 처리된 부분만 필수 입력 사항입니다. hash( 해싱 알고리즘 , 데이터, raw_out
extbrain.tistory.com