-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e9cc8d
commit 1e7b5ee
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,12 +77,20 @@ email-sender single-email --to-addr "[email protected]" --subject "Email Tes | |
|
||
##### Scenario 3: | ||
Send an email to `[email protected]` with the template saved within `./templates/email.html` relative to the current working directory (check with ```bash pwd```). | ||
This is to also send an inline email attachment located within `./P-Circle.png` corrosponding to an inline content id of 2335. | ||
This is to also send an inline email attachment located within `./example/send_mail_7590.png` corrosponding to an inline content id of 2335. | ||
|
||
```bash | ||
email-sender single-email --to-addr "[email protected]" --subject "Email Testing CLI" --email-template "./templates/email.html" --attachment-1-path "./example/send_mail_7590.png" --attachment-1-inline-content-id 2335 | ||
``` | ||
|
||
<br/> | ||
|
||
##### Result | ||
|
||
<div align="center"> | ||
<img src="./Showcase/Example Email.png"/> | ||
</div> | ||
|
||
<br/> | ||
<br/> | ||
<br/> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.