Digital Craftsman
  • Search
Sign in Subscribe

email

A collection of 3 posts
uberspace

Migrate to google mail with imapsync

Recently I moved one of my email adresses from a hosting package on uberspace to google mail. Normaly there is a migration tool which does the migration for you. Unfortunately it requires a login without encryption or SSL. Uberspace only supports encrypted logins (which is a very good idea) but
Mar 2, 2015 1 min read
email

Use any sender as Ghost email sender

If you don't set anything Ghost will use something like ghost@localhost. That does not only look bad, it can also lead to rejection through your email dispatcher like Mandrill. To prevent this and use your own, simply add the following into your config.js: production: { mail: { fromaddress: 'youraddress@domain.
Aug 13, 2014
email

Use Mandrill to send emails on Ghost

The default sender in Ghost [https://ghost.org] is SMTP or Mailgun. I like Mandrill [https://mandrillapp.com] better, so here is how you can use it in Ghost. Insert the following into your config.js file: production: { // or development mail: { transport: 'SMTP', host: 'smtp.mandrillapp.com', options: { service: 'Mandrill',
Aug 13, 2014
Page 1 of 1
Digital Craftsman © 2023
  • Datenschutz
  • Impressum
Powered by Ghost