question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fastmail Support added to Email Notifications

See original GitHub issue

hello. 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:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
caronccommented, Dec 16, 2018

Closing issue as it has now been resolved in pull request #27

1reaction
sentrizcommented, Dec 11, 2018

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found