|
I don't want to post a bug, but I can't get this to work. I've added an app password with SMTP access. (twice)
I've bypassed the CSP errors with an extension, and the only other message on chrome tools is a warning: Any tips on other things to try? |
Replies: 2 comments
|
The error message is not from Apprise... Unfortunately you haven't given me a lot to go off of 🙂 . Do you have any error messages to work with from Apprise that may help use? You can make sure your URL is assembled correctly here: https://appriseit.com/url-builder/?schema=mailto The only other thing I can suggest is that you get the Apprise: pip install appriseThen you can make sure the URL you're building works... or use the Apprise API (see https://appriseit.com/api/deployment/) which gives you a nice web page to build/costruct your Apprise URLs with (self hosted). It casn also act as a relay for you (always supportin the latest version of Apprise where as Yamtrack may or may not... Just some ideas anyway; but i'll need more info to go off of to be able to assist you. |
|
@caronc I was getting a I decided to try the manual mail server settings to see if something was wrong with the fastmail template. Same error. Was just about to quit when I read this blurb:
This doesn't work with the fastmail template with the full user name before the password, but I finally had success once I figured out how to add it to the end to my manual server command. Tried a space and a question mark, but then the
Maybe you can point out something I did wrong, but it seems like the fastmail templates don't work. At least with one of the alternate domains. Either way, I'm glad this is now working. Thanks for the clues to help me troubleshoot it. Cheers! |
The error message is not from Apprise... Unfortunately you haven't given me a lot to go off of 🙂 . Do you have any error messages to work with from Apprise that may help use?
You can make sure your URL is assembled correctly here: https://appriseit.com/url-builder/?schema=mailto
The only other thing I can suggest is that you get the Apprise:
Then you can make sure the URL you're building works... or use the Apprise API (see https://appriseit.com/api/deployment/) which gives you a nice web page to build/costruct your Apprise URLs with (self hosted). It casn also act as a relay for you (always supportin the latest version of Apprise where as Yamtrack may or may not... Ju…