Search

240 results found for console.email (5509ms)

Code
238

html: string;
}) {
console.email({ html: e.html, subject: e.subject });
}
export const untitled_azCU1Uy7 = console.email("yoooooooo");
addSendGridEmail(req.body.token, req.body.email, req.body.listId)
.then((d) =>
console.email(
d,
req.body.email + " subscribed to the val town newsletter"
)
)
.catch(console.email);
import { welcomeEmail } from "https://esm.town/v/rodrigotello/welcomeEmail?v=142";
export let emailMe = console.email({
html: welcomeEmail,
subject: "Welcome to Val Town",
export function myApi(name) {
var sentence = "hi " + name;
console.email(sentence);
return sentence;
}
export const untitled_aLeBRjPo = console.email({ html: "<h1>testing 1 2 3</h1>" });
const setup = randomJoke.setup;
const punchline = randomJoke.punchline;
return console.email(punchline, setup);
}
// email yourself as easily as logging to the console
export let consoleEmailEx = (() => {
console.email("message"); // any JSON object can be the message
console.email({ html: "<h1>hello html emails!</h1>" }); // you can send HTML emails
console.email({ hi: "there" }, "Subject Line"); // optional second arg is the subject line
console.email({ html: "<b>hi!</b>", subject: "Subject accepted here too" });
})();
});
if (refs?.length) {
console.email({
html: refHtml(refs),
}, "Your vals have been referenced");
// email yourself as easily as logging to the console
export let consoleEmailEx = (() => {
console.email("message"); // any JSON object can be the message
console.email({ html: "<h1>hello html emails!</h1>" }); // you can send HTML emails
console.email({ hi: "there" }, "Subject Line"); // optional second arg is the subject line
console.email({ html: "<b>hi!</b>", subject: "Subject accepted here too" });
})();

Vals

No vals found

Users

No users found
No docs found