Public
Back
Version 25
8/12/2024
import { email } from "https://esm.town/v/std/email?v=9";
import { fetchIPFSPosts } from "https://esm.town/v/stevedylandev/fetchIpfsPosts";
//import { fetchPinataPosts } from "https://esm.town/v/stevedylandev/fetchPinatsPosts";
//const emailBody1 = await fetchPinataPosts();
const emailBody2 = await fetchIPFSPosts();
export let emailExample = email({
html: `<h1>gm 🌞</h1> </br> <h4>Your weekly report of IPFS and Pinata are below 🚀</h4> </br> ${
emailBody2
}`,
subject: "Weekly Stack Overflow Repoort",
from: "stevedylandev.valname@valtown.email",
to: "team@pinata.cloud",
});
Updated: August 12, 2024