How to write a professional email?
Enter recipients, separated by semicolons.
Carbon Copy (cc) \ Blind Carbon Copy (bcc)
Short, most important words, simple and focused. Indicate if you need a response,
Most of them are Noun.
Start with a Greeting:
Hi Steve,
I am writing to …..
As mentioned before we need to …..
Polite: mood, tone. Manner of speaking.
Verb tense: Past/Present/Progressive (Continuous)/Future/ tense.
Noun: singular or plural format.
subject + predicate + object
Clauses
Brevity and clarity
The arrangement should be orderly
Double-check.
End with a Closing:
Thanks,
Betty
Signatures: You can set signatures in Outlook Options-->Mail-->Signatures…
=======================================================
Remember: Double-check is pretty essential before you send out an email.
There are 3 main check points:
- The manner of Speaking -> Be polite enough.
- The tenses of Verbs ->Past tense? Present tense? Future tense? Progressive (Continuous) tense?
- The formats of Nouns -> Singular or plural?
Below are some good examples about the expressions in emails.
How to Express Your Gratitude:
- Thank you for your understanding.
- Thank you for your prompt reply.
- Thanks for all your assistance.
- It will be much appreciated if ….
- I could appreciate it if you ….
How to Express Your Suggestions:
- I suggest that..
- I would like to …
- Shall we …
- What do you think about this?
- Could/Would you please … (if possible)
- Is it ok to mark it pass?
- Which one do you prefer?
- I wonder whether we can delete this test case.
How to Provide Your Questions:
- I have some questions about….
- For the assignment ABC, I have the following questions…
- Here are some issues for this build…
- The current status is as following…
How to Express your Apologies:
- I’m really sorry about this.
- Sorry for any inconvenience we have brought to you.
- I sincerely apologize for this misunderstanding!
- I apologize for the late asking but we want to make sure the correctness of our implementation ASAP.
About Attachments:
- Please refer to the attached files.
- Please check the attached error logs for more.
- I enclose the evaluation report for your reference.
- Attach is the design document, please review it.
- For other known issues please see attached log files.
Some Basic Abbreviations:
- CC : Carbon Copy
- BCC: Blind Carbon Copy
- FYI : For Your Information
- ASAP: As Soon As Possible
- AFAIK: As Far As I Know
- B4: Before
- CIL: Comments In Line
How to write a professional email?的更多相关文章
- Coursera课程笔记----Write Professional Emails in English----Week 5
Culture Matters(Week 5) High/Low Context Communication High Context Communication The Middle East, A ...
- Coursera课程笔记----Write Professional Emails in English----Week 1
Get to Know Basic Email Writing Structures(Week 1) Introduction to Course Email and Editing Basics S ...
- 深入理解 ProtoBuf 原理与工程实践(概述)
ProtoBuf 作为一种跨平台.语言无关.可扩展的序列化结构数据的方法,已广泛应用于网络数据交换及存储.随着互联网的发展,系统的异构性会愈发突出,跨语言的需求会愈加明显,同时 gRPC 也大有取代R ...
- P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1
P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1 May ...
- Why Every Professional Should Consider Blogging
转自http://www.pixelstech.net/article/1327829407-Why-Every-Professional-Should-Consider-Blogging ften ...
- Araxis Merge Professional v2014.4565 特别版 | 文件比较合并
http://www.ttrar.com/html/AraxisMerge.html Araxis Merge 是一个可视化的文件比较.合并和同步的软件,能够方便的被软件工程师和 web 站点开发者使 ...
- Professional C# 6 and .NET Core 1.0 - Chapter 41 ASP.NET MVC
What's In This Chapter? Features of ASP.NET MVC 6 Routing Creating Controllers Creating Views Valida ...
- 17 Tips For Writing An Excellent Email Subject Line
Out of the billions of emails that are sent every day, how can you make sure that yours stands out? ...
- Free Professional Resume Examples and Writing Tips
https://www.thebalancecareers.com/free-resume-examples-and-writing-tips-2063596 Do you need to write ...
随机推荐
- Regular Expression
It's a very elegant summary of regular expression from The AWK Programming Language. 1. The regular ...
- io读取文件时考虑问题有?
1.根据不同的文件内容选择不同的操作类 文本文件选Reader\Writer 图片.视频 inputStream\outputStream 2.要考虑源文件的编码格式,例如源文件是以GBK编码的,要 ...
- <转>PHP中正则表达式函数
PHP中的正则表达式函数 在PHP中有两套正则表达式函数库.一套是由PCRE(Perl Compatible Regular Expression)库提供的,基于传统型NFA.PCRE库使用和Perl ...
- Java并发编程总结5——ThreadPoolExecutor
一.ThreadPoolExecutor介绍 在jdk1.8中,构造函数有4个.以 ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, ...
- 【spring cloud】服务启动后正常,但是无法上线,一直处于down状态
spring cloud eureka 如果出现某个应用实例 down(1), 说明 spring admin 健康检测没有通过导致 eureka 注册中心不会把这个实例从列表中删除掉. 这样所有使用 ...
- Sublime Text3 实现在浏览器中以HTML格式预览md文件
1.首先找到Package Control 打开Sublime Text3,找到菜单栏:Preferences → Package Control,没有找到Package Control,那么点击Pa ...
- python socket 编程简单入门
想讲讲套接字的概念 套接字,即英文socket的中文意译,起源于20世纪70年代,是加利福利亚大学的伯克利版本UNIX(称为BSD UNIX)的一部分.目的是实现主机上运行的一个程序与另一个运行的程序 ...
- [原创]K8 CMS GoastGuard 密码解密工具
工具: K8 CMS GoastGuard PASS Decrypt编译: VS2012 C# (.NET Framework v4.5)组织: K8搞基大队[K8team]作者: K8拉登哥哥博客 ...
- 全网最详细的hive-site.xml配置文件里如何添加达到Hive与HBase的集成,即Hive通过这些参数去连接HBase(图文详解)
不多说,直接上干货! 一般,普通的情况是 全网最详细的hive-site.xml配置文件里添加<name>hive.cli.print.header</name>和<na ...
- Linux-(rcp,scp)
rcp命令 1.命令格式: rcp [参数] [源文件] [目标文件] 2.命令功能: rcp命令用在远端复制文件或目录,如同时指定两个以上的文件或目录,且最后的目的地是一个已经存在的目录,则它会把前 ...