Dead Simple API
Our goal is simplicity and efficiency. That's why our service is written in Rust. Our primary endpoint is right on the root of our endpoint. Just make a POST
and we'll take care of the rest. You can call our API from anywhere, on any device, and in any programming language. Below is an example of how you can use fwdr directly in the browser.
fetch('https://api.fwdr.dev', {
method: 'POST',
body: {
to: 'example@fwdr.dev',
subject: "fwdr demo",
body: "Hey, Welcome to fwdr",
}
});
Features
E-mail Anywhere
E-mail anyone from anywhere and on any device. Very simple integration, just call our API.
Dashboard
Users get access to their dashboard to see what e-mails they've sent/received.
Attachments
Pro Send attachments like a pro.
Multiple Recipients
Pro Send a single e-mail to multiple addresses all in one call.
Carbon Copy and Blind Carbon Copy
Pro Support for BCC and CC at your fingertips.
Rejection Notifications
Pro Find out if users received your e-mail and get notified if they haven't.
From the Team
We are still in our beta phase. We are doing some analysis on how we can make our service better. Therefore, at any moment anything can change; including the API itself. So, please keep that in mind until we work towards our stable release of fwdr.
As mentioned above, our core values at fwdr are simplicity and efficiency for everyone. What good is an e-mail forwarding service if it's too cumbersome to use? We plan on having fwdr become feature-rich — without compromising our core values.
Stay tuned to witness fwdr blossom.
— Marcello, Core Developer
Peak Your Interest?
Well, if you have any other questions regarding fwdr, fwd a message below!