Search

240 results found for console.email (1101ms)

Code
238

import { untitled_DGAyQqyx } from "https://esm.town/v/stevekrouse/untitled_DGAyQqyx";
export const untitled_uUtvStzp = console.email({
html: untitled_DGAyQqyx,
subject: "TEST here",
lastRunAt,
});
if (items.length) console.email(items, `New from ${name} RSS`);
return { name, items };
})
import { welcomeEmail } from "https://esm.town/v/rodrigotello/welcomeEmail?v=142";
export let emailMe = console.email({
html: welcomeEmail,
subject: "Welcome to Val Town",
});
if (items.length) {
console.email(items, "New from Mcgill Alumni Events");
}
}
export let emailMe = console.email("Hello World Email");
export async function emailInvitesFromReddit() {
const codes = await getInvitesFromReddit();
console.email({ codes, count: codes.length }, "Invites from Reddit");
}
.join("\n\n\n");
console.email(digest, "Twitter Digest");
};
})
.catch((d) => {
console.email(d, `[newsletter] ${email} failed to subscribe`);
return d;
});
lastRunAt,
});
if (items.length) console.email(items, `New from ${name}`);
});
}
["name", "stock"]
);
console.email(`Got ${name} with ${stock}`);
}

Vals

No vals found

Users

No users found
No docs found