Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gdk-oci-email/01-prepare-setup/prepare-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ However, if you would rather use an existing VCN/subnet, follow these steps to a

## Task 3: Select a Compartment for the Workshop

We recommend you use a single compartment for the workshop. We will refer to this as your workshop compartment. This is the compartment where you will provision all the resources - Oracle Resource Manager (ORM) Stack, Compute Instance, VCN/Subnet, Instance Principals, Policies, Object Storage Buckets - needed for the workshop.
We recommend you use a single compartment for the workshop. We will refer to this as your workshop compartment. This is the compartment where you will provision all the resources - Oracle Resource Manager (ORM) Stack, Compute Instance, VCN/Subnet - needed for the workshop.

1. From the Oracle Cloud Console navigation menu, go to **Identity & Security >> Identity >> Compartments**.
2. Go to your workshop compartment.
Expand Down
4 changes: 2 additions & 2 deletions gdk-oci-email/04-configure-app/configure-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Each region in Oracle Cloud Infrastructure has an SMTP endpoint to use as the SM

1. From the Oracle Cloud Console navigation menu, go to **Developer Services**. Under **Application Integration**, click **Email Delivery**.

![Email Delivery Menu](https://oracle-livelabs.github.io//common/images/console/developer-application-emaildelivery.png)
![Email Delivery Menu](https://oracle-livelabs.github.io/common/images/console/developer-application-emaildelivery.png)

2. Under **Email Delivery**, click **Configuration**. In **SMTP Sending Information** panel copy **Public Endpoint**.

Expand Down Expand Up @@ -184,7 +184,7 @@ In this step, you'll change the "to" email address to your personal email addres

4. Save (`CTRL+S`) the file.

Congratulations! In this lab, you configured the application to use the OCI Object Storage bucket created earlier.
Congratulations! In this lab, you configured the application to use OCI Email Delivery.

You may now **proceed to the next lab**.

Expand Down
4 changes: 2 additions & 2 deletions gdk-oci-email/05-build-run-app/build-run-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

This section of the lab takes you through the steps to build and run the sample application and then send emails.
This lab takes you through the steps to build and run the sample application and then send emails.

Estimated Lab Time: 10 minutes

Expand All @@ -18,7 +18,7 @@ In this lab, you will:

## Task 1: Build and run the application

1. In the same terminal in VS Code, run the following command(s).
1. In the same terminal in VS Code, run the following command(s):

<if type="mn_run">
Use `mn:run` to build and start the application on port 8080.
Expand Down
2 changes: 1 addition & 1 deletion gdk-oci-email/06-build-run-native/build-run-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this lab, you will:

## Task 1: Build and run a native executable for the application

1. In the first terminal in VS Code, check the version of the GraalVM native-image utility:
1. In the same terminal in VS Code, check the version of the GraalVM native-image utility:

``` bash
<copy>
Expand Down
2 changes: 1 addition & 1 deletion gdk-oci-email/variables/variables.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "Graal Product Management",
"contributors": "Lesia Chaban, Sachin Pikle, Ewan Slater, Kris Foster, Shaun Smith",
"last_updated": "Lesia Chaban, July 2024"
"last_updated": "Lesia Chaban, August 2024"
}