thunderbird / thunderbird-android

Thunderbird for Android – Open Source Email App for Android (fka K-9 Mail)
https://thunderbird.net/mobile
Apache License 2.0
11.02k stars 2.51k forks source link

Support for resent #8402

Closed RzdPai closed 3 weeks ago

RzdPai commented 1 month ago

Checklist

App version

8.0b4

Problem you are trying to solve

https://resend.com/emails

Suggested solution

https://resend.com/emails

Screenshots / Drawings / Technical details

No response

kewisch commented 4 weeks ago

Can you provide more detail on what this is? I can't really see that from the login page so far.

RzdPai commented 3 weeks ago

Can you provide more detail on what this is? I can't really see that from the login page so far.

https://resend.com/ resent can send emails that end with a domain name (like rzdpai@rzdpai.top), but it's not an enterprise mailbox, and the official docs say to install the resent plugin.

kewisch commented 3 weeks ago

What would supporting this look like? It sounds like this is a provide that does mass emails via API, similar to sendgrid and others. How would this work from the email client? Are you saying that we should implement a custom account type that would allow sending emails via REST API instead of IMAP?

I think that would be out of scope for the moment, we could revisit this if at some point in the future we have add-ons support and pluggable providers.

RzdPai commented 3 weeks ago

What would supporting this look like? It sounds like this is a provide that does mass emails via API, similar to sendgrid and others. How would this work from the email client? Are you saying that we should implement a custom account type that would allow sending emails via REST API instead of IMAP?

I think that would be out of scope for the moment, we could revisit this if at some point in the future we have add-ons support and pluggable providers.

https://resend.com/docs/introduction

kewisch commented 3 weeks ago

As mentioned, custom account types are out of scope for the moment. Thank you for taking the time to file the issue though!