Email testing: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
Line 5: Line 5:
* [https://gmail.google.com/ Google Gmail]: plus sign {{exclaim}} the plus sign is not allowed by some websites
* [https://gmail.google.com/ Google Gmail]: plus sign {{exclaim}} the plus sign is not allowed by some websites
* [http://get.live.com/mail/overview Windows Live™ Hotmail]: [http://windows.microsoft.com/zh-TW/hotmail/conquergraymail/advanced/alias Alias] / 在一個收件匣建立多個別名 {{access | date=2012-03-30}}
* [http://get.live.com/mail/overview Windows Live™ Hotmail]: [http://windows.microsoft.com/zh-TW/hotmail/conquergraymail/advanced/alias Alias] / 在一個收件匣建立多個別名 {{access | date=2012-03-30}}
* Suggest search keyword: [http://lmgtfy.com/?q=anonymous%20email anonymous email]
* Suggest search keyword: [http://lmgtfy.com/?q=anonymous%20email anonymous email]、拋棄式信箱


== For role: web developers ==
== For role: web developers ==

Revision as of 13:58, 21 February 2017

Testing

For role: users

Using the following e-mail service with name alias or alternative name

For role: web developers

For role: system administrator

If you have the telnet permission,

是否可以連線到 SMTP 主機nslookup smtp.gmail.comtelnet smtp.gmail.com port (例子中以 gmail 作為 smtp 伺服器) telnet smtp.gmail.com 465 預期結果:

Trying 74.125.129.109...
Connected to smtp.gmail.com.
Escape character is '^]'.
^] //註:(Windows) 輸入 ctrl + ] 兩個按鍵,(Mac) 輸入 control + ] 兩個按鍵
telnet> quit
Connection closed.

非預期結果:請調整防火牆設定

Trying x.x.x.x...
telnet: connect to address x.x.x.x: Connection refused