Commit Graph

3669 Commits

Author SHA1 Message Date
Son f0e582c1a6 use postfix retry for SMTPServerDisconnected (in addition to SMTPRecipientsRefused) error 2021-12-23 19:34:17 +01:00
Son 584772f798 fix upgrade_channel 2021-12-23 19:28:57 +01:00
Son 879b364a47 return 421 to retry when SMTPRecipientsRefused error 2021-12-23 18:17:29 +01:00
Son 544df7034d do not retry sending email in send_email() 2021-12-16 21:31:01 +01:00
Son 75d6b1dab5 add more logging 2021-12-16 15:09:15 +01:00
Son 64c6ef2cbe retry when SMTPRecipientsRefused too 2021-12-16 15:06:26 +01:00
Son a142a430d2 use sl_sendmail instead of smtp.sendmail 2021-12-16 10:32:10 +01:00
Son eec2880c41 fix case signed_suffix is None 2021-12-15 17:12:27 +01:00
Son 79ca39a625 use regex_match instead of re.fullmatch() 2021-12-14 15:00:32 +01:00
Son 5e7730c35c refactor: move regex_match() to its own file 2021-12-14 15:00:32 +01:00
Son Nguyen Kim 0d7d451313
Merge pull request #724 from zouma83/patch-1
Create gmail-smtp-relay.md
2021-12-14 10:49:40 +01:00
Florent Marquez 3997269670
Create gmail-relay.md
using Gmail as SMTP relay to send email from SimpleLogin on port 587
2021-12-13 21:05:19 +01:00
Son f3e8fc10a9 use re instead of re2 if error "Argument 'pattern' has incorrect type (expected bytes, got PythonRePattern)" 2021-12-11 19:38:22 +01:00
Son a021bba811 fix toggle contact should only be used by authenticated user 2021-12-06 18:39:12 +01:00
Son 40299cbf34 improve auto create page wording 2021-12-06 18:21:17 +01:00
Son c6a2af3c3c remove unused admin column 2021-12-06 18:04:23 +01:00
Son c878e07c78 add warning message about subdomain quota when creating a new subdomain 2021-12-02 18:13:17 +01:00
Son 3e2c120a73 phone reservation page
- add twilio lib
- create phone listing, reservation page
- add twilio callback to receive messages
2021-12-02 17:03:13 +01:00
Son 7109dc7120 add models for phone: Country, Number, Reservation, Message 2021-12-02 16:50:26 +01:00
Son daca70f2b4 add TWILIO_AUTH_TOKEN config 2021-12-02 16:30:30 +01:00
Son 226ce9333c return error if invalid alias address 2021-12-02 16:17:41 +01:00
Son e1123961cf check if user has lifetime license on pricing page 2021-12-01 17:41:20 +01:00
Son 57ec92ed7c suggest user to use an email alias during the Paddle checkout 2021-12-01 17:27:29 +01:00
Son 4f9bb59b58 don't notify user who already have an non-canceled Paddle subscription 2021-12-01 17:18:19 +01:00
Son 4d388a202c allow user with manual or coinbase subscription to switch to paddle 2021-12-01 17:16:01 +01:00
Son 5dab819ac3 remove BlackFriday mention 2021-12-01 17:06:16 +01:00
Son c6f49821c7 remove unused import 2021-12-01 10:39:08 +01:00
Son 34509cbbb3 delete account is protected by password 2021-12-01 10:11:18 +01:00
Son 4ffa5c9345 display expires date 2021-11-30 10:33:31 +01:00
Son 94a90665ea black format 2021-11-29 16:46:03 +01:00
Son 47f37fae25 Display multiple payment channels 2021-11-29 16:40:13 +01:00
Son 5dbc42a6a7 improve wording to explain what happens if user re-subscribe 2021-11-29 16:38:38 +01:00
Son 57b390733d do not show paid option for lifetime user 2021-11-29 16:27:25 +01:00
Son 20dfcfb88c do not show subscription end on header 2021-11-29 16:27:13 +01:00
Son 21bd4ed97e display all user payment channels on admin 2021-11-29 16:26:41 +01:00
Son c29b5100fb delete User.subscription_cancelled 2021-11-29 16:17:24 +01:00
Son 325a1a9524 remove unused User.premium_end 2021-11-29 11:35:28 +01:00
Son d875b2e0e5 do not send renewal reminder for lifetime user 2021-11-28 12:35:03 +01:00
Son 5f47d172e0 move fake_data() to dedicated fiel 2021-11-28 11:51:31 +01:00
Son 5ea087e7a3 handle paddle payment_refunded request 2021-11-28 10:39:04 +01:00
Son c0c490517a Create /paddle_coupon to handle coupon purchase 2021-11-26 18:34:04 +01:00
Son c356c75494 show coupon expires date when user buys a coupon 2021-11-26 18:20:46 +01:00
Son 4d0f6811b2 error if coupon is expired 2021-11-26 18:11:03 +01:00
Son 06d459ba99 Add coupon.expires_date column 2021-11-26 18:10:23 +01:00
Son 6d1b6720cf set content_type for plain text message 2021-11-25 10:34:59 +01:00
Son dd6e265aa0 add RSPAMD_SIGN_DKIM and add "X-SimpleLogin-Want-Signing" header 2021-11-25 10:34:42 +01:00
Son 4c33b63f97 better way to know whether this is the last page 2021-11-23 14:44:48 +01:00
Son cd553608a5 fix 2021-11-23 14:35:37 +01:00
Son f049da8c9a Compare mx domains with priority order and not priority value 2021-11-23 14:31:53 +01:00
Son eeb24f594a Add OLD_UNSUBSCRIBER and support it 2021-11-22 18:17:07 +01:00