Romain
Romain
Hello, I already know how to output pagination in footer. My request is: how can I set in my code, with which number the pagination should start. Example: I want...
Hello, By default on SMTP servers, if a Message-ID is not provided by client, server is generating it and add it to headers. With Postal, no Message-ID is added. Example...
### Describe the bug I'm using the basic paymentIntent template to create a new paymentIntent: ``` \Stripe\Stripe::setApiKey("my_secret_key"); \Stripe\PaymentIntent::create([ 'amount' => 1099, 'currency' => 'eur', 'payment_method_types' => ['card'], ]); ``` I...
### Contribution guidelines - [X] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... I understand that not following...
**Describe the bug** Since a recent release, we can use an external (custom) SMTP instead of Resend. But when I try to use it, it's still asks me to configure...
## Summary I use the "Temporary email aliases" to register on some websites. However, sometimes I can't remember on which site I used a specific alias. ## Motivation Allowing us...