-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
feature req: send email #36
Comments
+1 |
So unfortunately the only way to send email from the background is with an external service like AWS SES, Twilio, etc. When I designed the app I wanted to make sure it wasn't reliant on external services(including one run by me) to function. That's also why the app is free as I don't have any infrastructure to maintain. I will leave this ticket up for now but I am not sure if this is something I am going to be able to implement. |
Why not fork a basic mail client like "simpleemail" on fdroid to integrate into your app to send the email? The user can fill in the required info like user name and password for the account(s) to send the email. |
Or a festure request for K-9 to use that to send email from another app? |
I'm not sure you can have a 2nd app send the email without user intervention of some kind. I have only seen 1st app stage the email for sending in 2nd app. |
You make it sound so easy...
Correct, when sending email via another app, all you can do is build the email and then open the other app, it still requires the user to hit the Send button. The only way around this is if you become the email client yourself and use SMTP directly or services like Gmail's API. Anyone is more than welcome to open a PR though. |
I was thinking use it as a plug in, |
Why not do that in another repo as a lib for apps. For sure it will attract more contributors. |
This app is exactly what I'm looking for. Unfortunately, my plan doesn't include sending SMS so an email would be the best (only?) option for me. Sending a Facebook Messenger message would be awesome but I don't believe this is possible at all. |
On another way is to use webhook may be, then any external service can be used to send the email? |
Maybe SmsForwarder can help you. |
I don't see how this can help. From what I understand, it simply forwards a received SMS as an email. The request here is for the app to send an email instead of a SMS (like, not send a SMS at all). |
|
Oh, you're using your own phone number. That's an interesting workaround, but doesn't work in my case because my problem is that my plan doesn't allow me to send SMS. |
|
Provide option to also send an email. Some people somtimes ignore SMS and for import information, better use multiple channels of communication
The text was updated successfully, but these errors were encountered: