Skip to content

Commit

Permalink
Added provider Reagan.com
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Nov 10, 2024
1 parent 6baf119 commit cc1b344
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/src/main/res/xml/providers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2387,4 +2387,17 @@
port="465"
starttls="false" />
</provider>
<provider
name="Reagan.com"
domain="reagan\\.com"
link="https://www.reagan.com/support-outlook-express">
<imap
host="secure.emailsrvr.com"
port="993"
starttls="false" />
<smtp
host="secure.emailsrvr.com"
port="465"
starttls="false" />
</provider>
</providers>

0 comments on commit cc1b344

Please sign in to comment.