mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
fix build
This commit is contained in:
@@ -17,6 +17,7 @@ export default class EmailWorker extends WorkerEntrypoint {
|
||||
addr: "contact@seemueller.io",
|
||||
});
|
||||
console.log("Recipient:", to);
|
||||
// msg.setRecipient(to);
|
||||
msg.setRecipient(to);
|
||||
msg.setSubject("New Contact Request: Website");
|
||||
msg.addMessage({
|
||||
|
Reference in New Issue
Block a user