This SvelteKit application is designed to send HTML-formatted emails to a list of testers for an Android app. It uses SMTP to send emails and provides a simple interface for managing the email list and sending process.
Clone the repository:
git clone https://github.com/raccoon254/email-sender.git
cd email-sender
Install dependencies:
pnpm install
Create a .env
file in the root directory with the following content:
[email protected]
USER_PASSWORD=your-email-password
Replace [email protected]
and your-email-password
with your SMTP server credentials.
Start the development server:
pnpm run dev
Open your browser and navigate to http://localhost:5173
(or the port shown in your console).
+page.server.js
file.+page.server.js
file.Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
If you encounter any problems or have any questions, please open an issue in the GitHub repository.