Hello all, I have a blog running on a DO droplet.
It’s running the latest Ghost, on a DO Droplet. I use mailgun for my mailer.
I have the API set through the desktop app with the display address as “newsletter@lifesic.com”
and the SMTP set through config.production.json as follows:
“mail”: {
“transport”: “SMTP”,
“from”: ““Life(sic)” newsletter@lifesic.com”,
“options”: {
“service”: “Mailgun”,
“auth”: {
“user”: “postmaster@lifesic.com”,
“pass”: “xxx”
I can send emails through both services. Here’s the odd part. When I send an email from the Labs menu in the native app, I get the From address as “Life(sic)”. When I send a test newsletter as though I am writing a post, I only get the From address as “Life”… any ideas?? Help greatly appreciated.