Microsoft MVP성태의 닷넷 이야기
기타: 59. outlook.live.com 메일 서비스의 아웃룩 POP3 설정하는 방법 [링크 복사], [링크+제목 복사],
조회: 18073
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

outlook.live.com 메일 서비스의 아웃룩 POP3 설정하는 방법

outlook.live.com 계정이 있다면 외부 프로그램에서 POP3를 이용해 메일을 가져갈 수 있습니다.

가령 오피스 아웃룩 프로그램에서는 다음과 같이 설정하면 됩니다.

outlook_pop3_1.png

Incoming mail server: pop-mail.outlook.com
Outgoing mail server (SMTP): smtp-mail.outlook.com

outlook_pop3_2.png

My outgoing server (SMTP) requires authentication: Checked

outlook_pop3_3.png

Incoming server (POP3): 995
This server requires an encrypted connection (SSL): Checked

Outgoing server (SMTP): 587
Use the following type of encrypted connection: TLS

하지만, 이렇게 설정했는데도 아웃룩에서 테스트 해보면 다음과 같이 계정 정보가 올바르지 않다는 식의 오류가 발생합니다.

outlook_pop3_4.png

Log onto incoming mail server (POP3): Your e-mail server rejected your login. Verify your user name and password for this account in Account Settings. The server responded: -ERR Authentication failure: unknown user name or bad password. [Error="ProxyNotAuthenticated" AuthResult=0 Proxy=KL1PR


원인은, outlook.live.com 측의 기본 POP3 설정이 비활성화되어 있기 때문입니다. 확인을 위해 outlook.live.com에 접속해 우측 "Options" 메뉴를 선택 후 "Mail" / "Accounts" / "POP and IMAP" 링크를 들어가 "POP options"의 "Let devices and apps use POP" 값을 보면 "No"로 되어 있습니다.

outlook_pop3_5.png

이것을 다음과 같이 값을 변경하고 저장(Save) 버튼을 눌러주면 됩니다.

outlook_pop3_6.png

Let devices and apps use POP: Yes
Devices and apps that use POP can be set to delete messages from Outlook after download.: Let apps and devices delete messages from Outlook: Selected




참고로, 다른 메일 서버의 POP3 설정 몇 가지 추가합니다. ^^

천리안:
    Incoming mail server: pop.chol.com (포트: 110)
    Outgoing mail server (SMTP): mail.chol.com (포트: 25)

예전 hotmail 서버:
    Incoming mail server: pop3.live.com (포트: 995, SSL)
    Outgoing mail server (SMTP): smtp.live.com (포트: 587, TLS)
    
G-MAIL:
    * POP3
        Incoming mail server: pop.gmail.com (포트: 995, SSL/TLS)
    * IMAP
        Incoming mail server: imap.gmail.com (포트: 993, SSL/TLS)
    * SMTP
        Outgoing mail server (SMTP): smtp.gmail.com (포트: 587, STARTTLS)
        Outgoing mail server (SMTP): smtp.gmail.com (포트: 465, SSL/TLS)


Configure Outlook with Outlook.com (Hotmail), Gmail, Office 365, Yahoo, or iCloud
; https://www.howto-outlook.com/howto/accountsettings.htm




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 8/13/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... [46]  47  48  49  50  51  52  53  54  55  56  57  58  59  60  ...
NoWriterDateCnt.TitleFile(s)
12480정성태1/6/202112306.NET Framework: 999. C# - ArrayPool<T>와 MemoryPool<T> 소개파일 다운로드1
12479정성태1/6/20219724.NET Framework: 998. C# - OWIN 예제 프로젝트 만들기
12478정성태1/5/202111330.NET Framework: 997. C# - ArrayPool<T> 소개파일 다운로드1
12477정성태1/5/202113706기타: 79. github 코드 검색 방법 [1]
12476정성태1/5/202110388.NET Framework: 996. C# - 닷넷 코어에서 다른 스레드의 callstack을 구하는 방법파일 다운로드1
12475정성태1/5/202112973.NET Framework: 995. C# - Span<T>와 Memory<T> [1]파일 다운로드1
12474정성태1/4/202110482.NET Framework: 994. C# - (.NET Core 2.2부터 가능한) 프로세스 내부에서 CLR ETW 이벤트 수신 [1]파일 다운로드1
12473정성태1/4/20219281.NET Framework: 993. .NET 런타임에 따라 달라지는 정적 필드의 초기화 유무 [1]파일 다운로드1
12472정성태1/3/20219566디버깅 기술: 178. windbg - 디버그 시작 시 스크립트 실행
12471정성태1/1/202110038.NET Framework: 992. C# - .NET Core 3.0 이상부터 제공하는 runtimeOptions의 rollForward 옵션 [1]
12470정성태12/30/202010217.NET Framework: 991. .NET 5 응용 프로그램에서 WinRT API 호출 [1]파일 다운로드1
12469정성태12/30/202013799.NET Framework: 990. C# - SendInput Win32 API를 이용한 가상 키보드/마우스 [1]파일 다운로드1
12468정성태12/30/202010419Windows: 186. CMD Shell의 "Defaults"와 "Properties"에서 폰트 정보가 다른 문제 [1]
12467정성태12/29/202010366.NET Framework: 989. HttpContextAccessor를 통해 이해하는 AsyncLocal<T> [1]파일 다운로드1
12466정성태12/29/20208327.NET Framework: 988. C# - 지연 실행이 꼭 필요한 상황이 아니라면 singleton 패턴에서 DCLP보다는 static 초기화를 권장파일 다운로드1
12465정성태12/29/202011436.NET Framework: 987. .NET Profiler - FunctionID와 연관된 ClassID를 구할 수 없는 문제
12464정성태12/29/202010319.NET Framework: 986. pptfont.exe - PPT 파일에 숨겨진 폰트 설정을 일괄 삭제
12463정성태12/29/20209366개발 환경 구성: 520. RDP(mstsc.exe)의 다중 모니터 옵션 /multimon, /span
12462정성태12/27/202010981디버깅 기술: 177. windbg - (ASP.NET 환경에서 유용한) netext 확장
12461정성태12/21/202011803.NET Framework: 985. .NET 코드 리뷰 팁 [3]
12460정성태12/18/20209504기타: 78. 도서 소개 - C#으로 배우는 암호학
12459정성태12/16/20209888Linux: 35. C# - 리눅스 환경에서 클라이언트 소켓의 ephemeral port 재사용파일 다운로드1
12458정성태12/16/20209373오류 유형: 694. C# - Task.Start 메서드 호출 시 "System.InvalidOperationException: 'Start may not be called on a task that has completed.'" 예외 발생 [1]
12457정성태12/15/20208977Windows: 185. C# - Windows 10/2019부터 추가된 SIO_TCP_INFO파일 다운로드1
12456정성태12/15/20209253VS.NET IDE: 156. Visual Studio - "Migrate packages.config to PackageReference"
12455정성태12/15/20208748오류 유형: 693. DLL 로딩 시 0x800704ec - This Program is Blocked by Group Policy
... [46]  47  48  49  50  51  52  53  54  55  56  57  58  59  60  ...