Added ui copy, updated readme
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Joe Bellus 2022-09-28 10:10:46 -04:00
parent fefb6c3e5a
commit fc3dd1435e
2 changed files with 8 additions and 7 deletions

View File

@ -26,6 +26,7 @@ steps:
- name: binary-deploy
image: rust:latest
commands:
- cp -R /app/dist ./ui/build
- cargo build --release
- tar cvzf mailspy.tar.gz -C target/release mailspy
- wget https://dl.min.io/client/mc/release/linux-amd64/mc

View File

@ -7,7 +7,7 @@ Mailspy is a mock SMTP server for used during development of applications that s
Mailspy is available in binary distribution for 64-bit linux systems.
#+begin_src sh
curl https://objects.5sigma.io/public/conductor.tar.gz | tar -xz
curl https://objects.5sigma.io/public/mailspy.tar.gz | tar -xz
#+end_src
* Usage
@ -20,12 +20,12 @@ Execute the mailspy binary:
Then set your application to use the following smtp settings:
*SMTP Server*: localhost
*Port*: 7778
*Username*: Any value
*Password*: Any value
*TLS*: None/Unsecured
*Authorization Type*: Basic Auth
*- SMTP Server*: localhost
*- Port*: 7778
*- Username*: Any value
*- Password*: Any value
*- TLS*: None/Unsecured
*- Authorization Type*: Basic Auth
View emails in the web interface served at: