#7 Added README files
Added new usage case for Outlook 2010 for windows 7 users
This commit is contained in:
parent
0e8d28f46f
commit
ab4f78b4da
24
README.md
24
README.md
|
|
@ -98,8 +98,27 @@ $ chflags nouchg ~/Library/Mail/V3/MailData/Signatures/*.mailsignature
|
||||||
|
|
||||||
If you are using iCloud drive or having problems with it, you might also want to check [this article](http://matt.coneybeare.me/how-to-make-an-html-signature-in-apple-mail-for-el-capitan-os-x-10-dot-11/).
|
If you are using iCloud drive or having problems with it, you might also want to check [this article](http://matt.coneybeare.me/how-to-make-an-html-signature-in-apple-mail-for-el-capitan-os-x-10-dot-11/).
|
||||||
|
|
||||||
### Outlook 2010 Client for Windows
|
### Outlook 2010 Client for Windows 7
|
||||||
|
|
||||||
|
#### Solution 1
|
||||||
|
- Open Outlook 2010 and go to `File > Option > Mail > Signature`
|
||||||
|
- Create new signature (with a placeholder for your convenience)
|
||||||
|
- Open signature folder using CMD
|
||||||
|
|
||||||
|
> As the AppData folder is hidden, I'd recommend you to opne it via CMD.
|
||||||
|
|
||||||
|
```
|
||||||
|
cd AppData\Roamin\Microsoft
|
||||||
|
start Signatures
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
- Within this folder, find a file named with your placeholder then right click this file and select edit.
|
||||||
|
- Replace it with your HTML and save
|
||||||
|
- Open Outlook again and check your signature
|
||||||
|
|
||||||
|
|
||||||
|
#### Solution 2
|
||||||
Unfortnately, Outlook 2010 client dosen't support HTML file import features for your email template. But you can add your own signatures by simple Copy and paste like **Solution 2** above.
|
Unfortnately, Outlook 2010 client dosen't support HTML file import features for your email template. But you can add your own signatures by simple Copy and paste like **Solution 2** above.
|
||||||
|
|
||||||
- Open built html file on `/dist` folder and Ctrl A + C
|
- Open built html file on `/dist` folder and Ctrl A + C
|
||||||
|
|
@ -107,9 +126,6 @@ Unfortnately, Outlook 2010 client dosen't support HTML file import features for
|
||||||
- Create new signature and paste copyed one
|
- Create new signature and paste copyed one
|
||||||
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
> **NB**: base 64 will not be shown on Outlook 2010 client. So, I recommend to use external url if you want to use images.
|
> **NB**: base 64 will not be shown on Outlook 2010 client. So, I recommend to use external url if you want to use images.
|
||||||
|
|
||||||
===================
|
===================
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,25 @@ $ chflags nouchg ~/Library/Mail/V3/MailData/Signatures/*.mailsignature
|
||||||
|
|
||||||
|
|
||||||
### 아웃룩 2010에서 사용하기 (Outlook 2010)
|
### 아웃룩 2010에서 사용하기 (Outlook 2010)
|
||||||
|
#### 방법 1
|
||||||
|
- 아웃룩 2010을 켜고 `File > Option > Mail > Signature` 으로 접속하세요.
|
||||||
|
- 새 서명을 만드세요. (나중에 확인하기 좋게, 표시를 해두시면 좋습니다.)
|
||||||
|
- CMD를 켜고 아래와 같이 입력하세요.
|
||||||
|
|
||||||
|
> AppData 폴더가 숨김 폴더라 가급적이면 CMD를 사용하는 것을 권장합니다.
|
||||||
|
|
||||||
|
```
|
||||||
|
cd AppData\Roamin\Microsoft
|
||||||
|
start Signatures
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
- 이 폴더에서 아까 만든 서명파일을 찾아서 우클릭해서 편집을 하세요.
|
||||||
|
- 모든 HTML코드를 여러분이 새로 만든 코드로 바꿔버리세요.
|
||||||
|
- 아웃룩을 열고 서명이 적용됐는지 확인해주세요.
|
||||||
|
|
||||||
|
|
||||||
|
#### 방법 2
|
||||||
아웃룩에서는 html 파일을 넣는 방법을 제공하지 않습니다. (아...) 그래서 위의 **방법 2** 처럼 파일을 복사/붙여넣기 하는 방법으로 사용할 수 있습니다.
|
아웃룩에서는 html 파일을 넣는 방법을 제공하지 않습니다. (아...) 그래서 위의 **방법 2** 처럼 파일을 복사/붙여넣기 하는 방법으로 사용할 수 있습니다.
|
||||||
|
|
||||||
- `/dist` 에 빌드한 html 파일을 브라우저에서 열고, ctrl A + C 로 복사하세요.
|
- `/dist` 에 빌드한 html 파일을 브라우저에서 열고, ctrl A + C 로 복사하세요.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue