📧 LovedByStyle Email Service

Email service is running and ready to send emails.

API Endpoints:

Usage:

POST /api/send-email
Content-Type: application/json

{
  "to": "recipient@example.com",
  "subject": "Test Email",
  "html": "<h1>Hello World</h1>",
  "apiKey": "your-secret-key",
  "host": "mail.privateemail.com",
  "port": "587",
  "secure": "false",
  "user": "official@lovedbystyle.com",
  "pass": "your-password",
  "from": "official@lovedbystyle.com"
}