Pub Quiz: List all the ports your SMTP provider supports, and what are the differences
Can I also use this for storing the mail settings in trellis vault for each individual site?
Currently I am using the WP SMTP plugin on each site.
Can I also use this for storing the mail settings in trellis vault for each individual site?
Yes.
The idea is:
wordpress_sites:
sendgrid.example.com:
site_hosts:
- canonical: sendgrid.example.com
env:
wp_phpmailer_driver: 'sendgrid'
sendgrid_api_key: 'example-only-you-should-encrypt-this-in-vault-yml'
mailgun.example.com:
site_hosts:
- canonical: mailgun.example.com
env:
wp_phpmailer_driver: 'mailgun' # which awaiting your pull requests
mailgun_username: 'example-only-you-should-encrypt-this-in-vault-yml'
mailgun_password: 'example-only-you-should-encrypt-this-in-vault-yml'
Awesome! Can I also put this into vault.yml
(as these are auth info)?
Yes, you can and you should
Another feature from WP SMTP I really like is that it shows the last failed send attempt in backend.
Can wp-phpmailer do this, too?
WPGraphQL for ACF went from 49,- USD to free just recently â looking forward to running with that and building a JS-frontendâŚ!
Saw this today: A configuration language spec and implementation for PHP
This is rather neat: Flying Pages â will prefetch
pages automatically based on viewport and browserâs idle state.
Alternatively BarbaJS also has a prefetch
component and promises very smooth transitions.
Check out my OpenLiteSpeed Docker image, also comes with Bedrock tag.
Is there a particular reason for using OpenLiteSpeed instead nginx?
I like the features OLS gives over nginx/php-fpm, plus the OLS dashboard is nice!
For those who haunted by mystery wp cli bugs:
An open-source React framework for WordPress: https://frontity.org â Automattic just invested 1M⌠Any thoughts? Anybody tried it yet?
Frontity looks an interest prospect, given itâs purely concentrating on WordPress & React. Worth keeping an eye on. Especially since Automattic are vested in its progress.
The first trellis-cli plugin has been released
Ainât nobody got time for opening up Trellis files to check SFTP details. This CLI tool allows you to open SFTP connections to Trellis servers via Cyberduck with single command.
However, at the time of writting, trellis-cli plugin support hasn't be released yet.