Dan Bowen

Results 9 comments of Dan Bowen

Really liking mailcatcher so far. Not sure if this is the same issue, but I'm getting "503 MAIL already given" when trying to send to multiple unique recipients on the...

Thanks so much for the reply. I am using SwiftMailer (swiftmailer.org) for sending. When I change the smtp connection to use SendGrid (sendgrid.com) or another smtp server that I use,...

So SwiftMailer was indeed sending multiple MAIL FROM commands, which seemed to work fine with other smtp servers. The "protocols/smtpserver.rb" file of the EventMachine gem definitely does not allow this...

I found this issue while Googling this problem. There are several attempts floating around to get reCaptcha working with Nuxt 3. This is the one I ended up using. https://github.com/AurityLab/vue-recaptcha-v3/issues/609...

Hi Chris. Thanks for the response. My initial comment was submitted prematurely. I've updated it to explain more clearly. I guess I'm looking for documentation of all the possible keys...

Hello @lhkhang Thank you for your interest! I've sent an invitation to the organization. I may need to grant additional permissions once you join but let me know if you...

@lhkhang I believe this is sorted now. You should have an invite for write access to the repository as an outside collaborator, rather than a member of the organization.

I am looking at `webp` conversion now also and may be encountering the same issue. This is my first attempt to create a filter to do the conversion. ``` class...