On Mautic I cannot find the input box to enter the AWS SES hostname on Mautic version 3.0 I can see it on Mautic version 2.16 just fine - mautic

I have recently installed a new Mautic ver 3.0 previous version was 2.16 and all was fine with that version.
When following the directions i tried to insert the host name for the AWS SES hostname there was no input box. I have viewed several youtube and each one shows the insertion box.. however they were all version 2.16... I asked this question a week ago on Mautic and no answer... and now I see that all the smart Mautic folks are here on stackoverflow. Any ideas would be greatly appreciated.

Sorry to hear you did not get an answer yet - was that on the forums?
Since 3.2 (please make sure that you are on the latest version as we recently issued critical security fixes) Amazon SES should be configured with the API option. This is highly recommended owing to it being much more efficient.
That being said, you will need to select the region from the dropdown on both STMP:
and on API:

Related

Best practice for open source applications using IMAP with OAuth2 regarding credentials?

Sorry for a fuzzy newbie question but I didn't find a similar yet - maybe I'm just asking wrong..
I'm working on an open source Python application which reads and processes emails from given mailboxes using IMAP and SMTP (from various (self hosted) email providers, so a MS/Google specific implementation is not an option for me).
Currently I'm extending that application to support OAuth2 after Microsoft announced they will no longer support standard IMAP/SMTP authorization.
I found lot's of HowTos, tutorials and examples and managed to read/write mails using OAuth2 with GMail-servers now but I hope I just missed the recommended scenario for open source applications.
Currently I've set up a Google "Project" using tutorials I found in order to get ClientID and ClientSecret. Google told me it would cost me $15k to $75k to get my application verified, while Microsoft wants me to create an Azure/Identity Platform account and want's my telephone and credit card number in advance in order to bill me after 12 months.
Question: What am I supposed to provide with my application regarding OAuth2? I don't want to publish my ClientID/Secret do I? Does every user have to go through those registration procedures in order to access its mails using a command line script?
How to other open source mail-applications solve this issue? At least Thunderbird can authenticate with GMail (see https://www.supertechcrew.com/thunderbird-oauth2-gmail/) do they provide ClientID and -secret with the application?
Here is an old thread discussing the issue: https://groups.google.com/g/tb-planning/c/RRSPwp36bi0?pli=1
Disclaimer 2: I know this question sounds very obvious but I really didn't find a hint yet :)

Octopress Twitter Plugin and the retired Twitter v1.0

So I'm using Ocotopress 2 and love it. However, I think the twitter plugin may have been broken for a while before I noticed.
I suspect it's because it uses the now retired v1.0 twitter API.
I get
Failed to load resource: the server responded with a status of 410 (Gone)
for the URL
https://api.twitter.com/1/statuses/user_timeline...
Can anyone confirm that and suggest a fix? I can't/don't want to upgrade the Octopress 3 so I'm hoping there's an easy fix.
Yes, Twitter API v1.1 requires authentication so Octopress dropped it (see the issue on Github).
For a fix, I'm using a method described in this pull request which involves creating a Twitter timeline widget and adding the widget ID to _config.yml. Easy to setup and has worked quite well for my basic needs.

Google Maps API Suddenly Not working On Public Server

Google Maps API v3 suddenly stopped working on my live server; however still works on my localhost. I haven't changed anything, so I assume it doesn't have to do with my code.
Also note that my production and development servers are the same.
I'm running Ruby 1.93 and Rails 3.2.13 using Refinery. I created a location extension for refinery; which is just a locations model, and I use Rails Geocoder to geocode the address for Google Maps Api.
I Have a search field that uses the maps api for near locations.
It stopped working a couple of days ago, and then started working again last night.
I just randomly tried again after I pushed some unrelated stuff to git. It was still working this morning.
Then I was working on some unrelated things did a push, and just tried it again and it's not working again.
No matter what, it still works on my localhost and I'm stuck. Does anyone have a clue, or does anyone else have any issues currently with Google Maps API v3
EDIT: New Issue Working on Resolution: Follow Up Here Setting up Rails Geocoder with Personal API Key
For most applications, it is recommended to do any geocoding on the client side. This not only helps you avoid the usage limit, which is based on IP address, but it keeps some stress off your server.
If geocoding on your application happens when people enter an address through a search field, this is a great option, and you can still send any info you need back to your server through an ajax call.
For further strategies, see here: https://developers.google.com/maps/articles/geocodestrat
I sadly went with Microsoft's Bing service. Google Premier account is 10,000 bucks. I was just bragging how I was Microsoft free for almost 2 years. Sad Day. Meanwhile I'll work on making geocoding client side. Thanks everyone.

Problems with Rails on Namecheap server

O. Community, and thanks in advance for the support!
I recently took Mattan Griffel's One Month Rails course on skillshare to be able to write rails web apps.
Railsinstaller.org includes rails 3.2.1 and ruby 1.9.3 and works perfectly out of the box.
My app worked well and it was time to get it up on the web, so I purchased a namecheap domain and webserver, uploaded my app and... nothing!
The problem is that the namecheap servers only support rails 2.3.17 and ruby 1.8.7 - nothing created with v 3.x or dependent on ruby 1.9.x will run in a 2.x / 1.8.x environment.
Has anyone else run into this issue?
It seems like such a standard use case, I can't believe it's not better documented on the namecheap site.
I've done my Google-Fu and have learned that, once I installed it, I could create an older rails app using
rails _2.3.17_ AppName
Is there a similar way of forcing rails to use an older version of ruby as well?
I'm close to cancelling my namecheap account altogether in disgust, so if someone out there knows of a better place to host my rails 3.x web apps, I'd love to hear about it!
(Let's assume, for the time being, that a VPS is prohibitively expensive and far in excess of what I need, resource-wise).
Thanks again,
One Frustrated User
You can use heroku free account to begin with. Don't waste time on fixing problems on shared hostings, they are just toys.
Rails 3.x native cPanel support is still unreleased , feature request case is still open
http://forums.cpanel.net/f145/mod_rails-passenger-instead-mongrel-rails-3-support-case-44197-a-152577.html
This is tricky but possible to run Ruby 3 applications - additional software installation and global server reconfiguration required in this case, but hardly possible on regular shared server per user. We can offer to upgrade your hosting account to VPS. All your existing account content including databases, additional domains, email accounts and settings will be transferred transparently to VPS. To optimize your VPS with cPanel and make possible for you to develop and run Ruby 3 application you may request our technical support team to tune up the system according to all your requirements. Operating system tuning and custom software installation is included with Full Management VPS option. You may request part-time technical support as an alternative.
Regards,
Dima S.
Technical Support,
Namecheap Hosting

Sentry Rails Client

per the Sentry documentation:
...Sentry is not limited to Python. The primary implementation is in Python, but it contains a full API for sending events from any language, in any application.
There is a gem called 'sentry' however it is a encryption library having to with OpenSSH and totally unrelated.
Is there a Rails Client for hooking to Sentry already or some other comparable technology out there which can be used with Rails?
If not, +1 for a Rails Sentry Client
As I write this (last updated May 2015), the Sentry docs list clients for Java, JavaScript, Node.js, PHP, Python, and Ruby.
It is a bit hidden, but in the hosted version (dont know if its in the open source version too) you can find information about Ruby and RoR integration on this page:
https://app.getsentry.com/account/projects/PROJEKCT-SLUG/docs/
So it looks like they have Ruby support, but dont tell us on there webpage.
EDIT: I found this: https://github.com/coderanger/raven-ruby
When logged in, there is a reference to https://github.com/coderanger/raven-ruby in the docs.

Resources