Request and Apology Emails(Week 4)

How to Write Request Emails

Write more POLITELY & SINCERELUY

  • Please
  • Could/Would...?
  • Would you mind...?
  • would like

Polite Request

  • PLEASE

    • Please send me your resume.
    • Please meet me today at 3PM.
    • Please give me directions to your office
  • Could/Would...?

    • Could you please send me your resume?
    • Could you please meet me today at 3PM?
    • Would you please give me directions to your office?
  • Would you mind...?

    • Would you mind sending me your resume?
    • Would you mind meeting me today at 3PM?
    • Would you mind giving me directions to your office?
  • would like (better than want)

    • I would like(=want) to meet you at 3PM.
    • I would like the directions to your office.

Making 2nd Request

  • use the number

    1. Please send me your resume.
    2. Please include three references.
  • use the word "also"
    • Please send me your resume. Could you also include three references?
    • Could you meet me today at 3PM? I would also like the directions to your office.
      • "also" is right before the verb.

Conclude

  • you can keep simple

    • Thank you.
    • Sincere thanks.
    • I appreciate it.
  • or add some reasons

    • Thank you for + your + NOUN.

      • Thank you for your time and effort.
      • Thank you for your interest in our company.
    • I appreciate + your + NOUN.
      • I appreciate your time and effort.
      • I appreciate your interest in our company.

How to Write Apology Emails

I'm sorry if...

  • NOT sure of responsibility

    • I'm sorry if you didn't receive the resume I sent.
    • I'm sorry if you didn't understand the directions correctly.

I'm sorry that...

  • 100% sure of responsibility

    • I'm sorry that the correct file was not sent.

      • I have included the correct file in this email.
    • I'm sorry that our meeting for next week needs to be cancelled.
      • Please check the new dates below at your convenience.

I'm sorry about...

  • slip-ups, errors(small mistakes)

    • I'm sorry about the confusion,

      • I will send you a new document with the correct address shortly.
    • inconvenience / delay

Assignment: Complete Martina's Request/Apology Email

Subject:

Requesting the Signatures of your Bosses

Message:

Dear Carl,

I'm Martina Silva. I'm sorry that I forgot to attach the documents that needed to be signed to the email message. I have included the correct documents in this email. The deadline for the deal is coming soon and your bosses' signatures are very important. Would you like to send me the documents with signatures as soon as possible? Thank you for your time and effort.

Regards,

Martina Silva

Coursera课程笔记----Write Professional Emails in English----Week 4的更多相关文章

  1. 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 ...

  2. Coursera课程笔记----Write Professional Emails in English----Week 5

    Culture Matters(Week 5) High/Low Context Communication High Context Communication The Middle East, A ...

  3. Coursera课程笔记----Write Professional Emails in English----Week 3

    Introduction and Announcement Emails (Week 3) Overview of Introduction & Announcement Emails Bas ...

  4. Coursera课程笔记----Write Professional Emails in English----Week 2

    Let's Start Writing (Week 2) Write Effective Subject Lines be BRIEF 50 characters or less = 5-7 word ...

  5. 操作系统学习笔记----进程/线程模型----Coursera课程笔记

    操作系统学习笔记----进程/线程模型----Coursera课程笔记 进程/线程模型 0. 概述 0.1 进程模型 多道程序设计 进程的概念.进程控制块 进程状态及转换.进程队列 进程控制----进 ...

  6. Coursera课程笔记----C++程序设计----Week3

    类和对象(Week 3) 内联成员函数和重载成员函数 内联成员函数 inline + 成员函数 整个函数题出现在类定义内部 class B{ inline void func1(); //方式1 vo ...

  7. Coursera课程笔记----C程序设计进阶----Week 5

    指针(二) (Week 5) 字符串与指针 指向数组的指针 int a[10]; int *p; p = a; 指向字符串的指针 指向字符串的指针变量 char a[10]; char *p; p = ...

  8. Coursera课程笔记----C程序设计进阶----Week 4

    指针(一) (Week 4) 什么是"指针" 互联网上的资源--地址 当获得一个地址,就能得到该地址对应的资源,所以可以把"网址"称为指向资源的"指针 ...

  9. Coursera课程笔记----C程序设计进阶----Week 3

    函数的递归(Week 3) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...

随机推荐

  1. Qt发送一次信号触发两次槽函数的原因

    在手动为控件编写槽函数的时候,如果将槽函数名字按如下格式编辑,则不需要再次进行手动关联 void on_pushButton_1_clicked(); void on_radioButton_clic ...

  2. Linux下安装python3环境搭建

    Linux下python3环境搭建 Linux安装软件有哪些方式? rpm软件包 手动安装 拒绝此方式 需要手动解决依赖关系 yum自动化安装 自动处理依赖关系 非常好用 源代码编译安装,可自定义的功 ...

  3. Mysql数据导入导出功能(设置及使用)

    使用Mysql自带的outfile语法,将查询结果导成excel格式. 1.OUTFILE介绍及常见问题解决: )查询数据导出成csv 直接使用mysql导出csv方法 我们可以使用 into out ...

  4. DOS事件

    1 onblur 失去焦点 2 onchange   改变 3 onkeyup      按键弹起 4 onmouse over 鼠标移上去 5 onmouse leave   鼠标离开 6 onmo ...

  5. 人体和电脑的关系——鸟哥的LINUX私房菜基础学习篇读书笔记

    CUP=脑袋: 每个人会做的事情都不一样(指令集的差异),但主要都是通过脑袋来判断与控制身体各部分的行动 内存=脑袋中存放正在思考的数据区块: 在实际活动过程中,我们的脑袋需要有外界刺激的数据(例如光 ...

  6. Java 多线程 -- 指令重排(HappenBefore)

    指令重排是指:代码执行顺序和预期不一致. 代码运行一般步骤为: 1.从内存中获取指令解码 2.计算值 3.执行代码操作 4.把结果写回内存 而写回内存的操作比较耗时,CPU为了性能,可能不会等它完成, ...

  7. Web前端开发必不可少的9个开源框架

    大多数人想到Web开发时,通常会想到HTML或JavaScript,往往忽略了CSS,根据Wikipedia的说法,CSS既是网页中最重要也是最常被遗忘的部分之一,尽管它是万维网的三大基础技术之一. ...

  8. discuz-目录

    由于工作原因,开始学习discuz,0基础开发,学了一会总结了一些

  9. union 的概念及在嵌入式编程中的应用

    union 概念 union 在中文的叫法中又被称为共用体,联合或者联合体,它定义的方式与 struct 是相同的,但是意义却与 struct 完全不同,下面是 union 的定义格式: union ...

  10. 使用Spring Boot搭建你的第一个应用程序

    文章目录 依赖配置 main程序配置 MVC配置 安全配置 存储 Web 页面和Controller 异常处理 测试 结论 Spring Boot是Spring平台的约定式的应用框架,使用Spring ...