Fastmail Support added to Email Notifications
See original GitHub issuehello. I am using fastmail with a custom domain.
from their docs:
https://www.fastmail.com/help/technical/servernamesandports.html
(under smtp) “Username | Your FastMail email address, including the domain”.
and from your docs:
“Some mail servers will require your {userid} to be your full email address. In these cases, you’ll need to specify your username in the url as an attribute like so”
so i think I have that correct. here is what i have so far:
mailtos://user@mydomain.com:465?smtp=smtp.fastmail.com&pass=myapppassword&user=me@mydomain.com
here is what this line is generating:
('user', 'me@mydomain.com')
('password', 'myappassword')
('port', 465)
('host', 'mydomain.com')
('fullpath', None)
('path', None)
('query', None)
('schema', 'mailtos')
('url', 'mailtos://user@mydomain.com:465')
('qsd', {'smtp': 'smtp.fastmail.com', 'pass': 'myappassword', 'user': 'me@mydomain.com'})
('secure', True)
('verify', True)
('notify_format', 'html')
('to', 'me@mydomain.com')
('from', 'me@mydomain.com')
('smtp_host', 'smtp.fastmail.com')
if you know what is happening I would appreciate it a lot. (I like this project)
thank you Senan
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Getting desktop notifications - Fastmail Help
To be notified on your computer when new mail has arrived, go to Settings → Notifications and enable notifications.
Read more >You Can Control Your Notifications Using Fastmail Apps
Take charge of your notifications with our new settings that only make alerts for important messages.
Read more >Fastmail app Notifications IOS - Reddit
Go to settings - Fastmail- notifications in the global settings app and see if they are enabled for the app. I wonder if...
Read more >Fastmail - Apps on Google Play
Use the power and elegance of the Fastmail interface on the go. Your email, contacts, and calendars stay with you on mobile devices....
Read more >Is Fastmail Support System down? Current ... - StatusGator
This makes it one of the most popular email services monitored on our platform. We've sent more than 300 notifications to our users...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing issue as it has now been resolved in pull request #27
hey @caronc I just made a pull request, I didn’t see your comment here until after I made it. https://github.com/caronc/apprise/pull/26
I think we have come up with something similar, but let me know what you think 😃