Hello everyone
Since I’ve moved my server from DigitalOcean to Scaleway, using sparkpostmail
I couldn’t get any email, even admin, so I did
rake admin:create
and upload my backup, when I tried to send a test email,
I got this msg
There was a problem sending the test email. Please double-check your mail settings, verify that your host is not blocking mail connections, and try again.
also my dashboard shows
Some problems have been found with your installation of Discourse: There are 10 email jobs that failed. Check your app.yml and ensure that the mail server settings are correct. See the failed jobs in Sidekiq.
the error on the sidekiq
Jobs::HandledExceptionWrapper: Wrapped Net::OpenTimeout: execution expired
I’ve checked my app.yml, nothing changed from my old server
SMTP server address: smtp.sparkpostmail.com
SMTP user name: SMTP_Injection
SMTP port: 587
SMTP password: APIkey
the app.yml setting, does it matter???
DISCOURSE_HOSTNAME: ‘mysite.com’
I have no idea what’s going on, my SPF and DKIM are working fine, cuz nothing happened to other sites which are using the same account of Sparkpostmail, plz help, thank you