We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const mailgun = new Mailgun(FormData); const mg = mailgun.client({ username: 'api', key: process.env.MAILGUN_API_KEY!, public_key: 'pubkey-5560f742f529383b5b8b83e60d0e85fa', }); const result = await mg.messages.create(process.env.MAILGUN_DOMAIN!, { from: `Excited User <${process.env.MAILGUN_DOMAIN}>`, to: [process.env.HIRE_REQUEST_NOTIFICATION_EMAIL!], subject: `Hire Request: ${args.projectStatus}`, text: 'Testing some Mailgun awesomness!', html: '<h1>Testing some Mailgun awesomness!</h1>', });
error:
[Error: Method Not Allowed] { status: 405, details: 'Request failed with status code 405', type: 'MailgunAPIError' }
The text was updated successfully, but these errors were encountered:
not this api for send use api secret
Sorry, something went wrong.
No branches or pull requests
error:
The text was updated successfully, but these errors were encountered: