export const sendMail = async ({
to,
from,
subject = 'no subject',
contents,
preview,
credentials: { host, port, user, pass },
}) => {
No description provided.
Target style API. Preferred for new code.
Network
Source: network/sendMail.mjs
Target Style
Legacy Style
No legacy exports in this module.