Email Service
Email JSON Input
[ { "to": "user1@example.com", "subject": "Welcome", "body": "Welcome to our service!" }, { "to": "user2@example.com", "subject": "Notification", "body": "You have a new notification" }, { "to": "user3@example.com", "subject": "Promotion", "body": "Special offer just for you!" }, { "to": "user4@example.com", "subject": "Reminder", "body": "Don't forget about our meeting" }, { "to": "user5@example.com", "subject": "Account", "body": "Your account summary" }, { "to": "user6@example.com", "subject": "Alert", "body": "Important security alert" } ]
Send Emails
Email Sending Logs