The new commenting system requires memberships which in turn require a configured mail host.
I believe mailgun now charges everyone.
Which free service do you recommend?
The new commenting system requires memberships which in turn require a configured mail host.
I believe mailgun now charges everyone.
Which free service do you recommend?
Mailgun does offer a Flex/Pay-as-you-go plan that includes 1k emails a month.
If you’re not seeing that option, please contact their support.
You can use AWS SES for transactional emails. It’s way too cheaper than mailgun and easy to setup. SES is absolutely capable of sending bulk email, but its not supported by Ghost natively.
I ended up using sendinblue - totally free. Works just fine.
Hi,
I came across your post as I was trying to setup sendInblue to use ghost. How were you able to do it? I tried the following below without success.
Do you have a sample you could share please?
“mail”: {
“transport”: “SMTP”,
“options”: {
“service”: “SendInBlue”,
“host”: “smtp-relay.sendinblue.com”,
“port”: 587,
“auth”: {
“user”: “username”,
“pass”: “SMTP key value”
}
}
},
Thanks in advance!