{
const html = `
<img src="stripe signups">
<img src="clarity">
<img src="public-email">
<img src="twitch_247">
i am requesting 6k out of the 7k i lent you. - If it is more easier - you can repay $1000 a month at a time.
please fulfill this invoice - i need it for improving manufacturing hardware for robotics for students so that theer can be a dynamic land - which is humane computational medium - effective communication via text is not exactly possible on a large scale like 300 million - the USA only gets 50% approval for its presidents - at most.
A better society is possible - if closer to 90-100% of approval happens on a daily basis - the current system was designed 250 years ago.
to: ['renafkaufman@gmail.com', "adnan@llama-tools.com"],
Bret Victor and Alan Kay ---- are the ones should lead the future
if you send the funds back today - i will never email you again, and i think thats better for both of us, no hard feelings. Sorry for making mistakes before. Thank you, have a good day.
https://www.paypal.com/invoice/p/#8ZKMMRG5HF8EF2EB
hi this is cool
This is an automated message that will repeat daily until the request has been fufilled
`;
const data = {
from: "eggnog@hashirama.blog",
to: ["renafkaufman@gmail.com", "eggnog@gmail.com"],
html,
key: "re_gPBiq268_5gRCCNH2bLAwyaXQ6qJ6qLfJs",
subject:
"Hello - Invoice for $6000/7000 (keep the rest that is fair including interest)."
};
const response = await d3.json("https://hashirama.blog/marketing", {
method: "POST",
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify(data)
});
return response;
}