I host my ghost instance on domain.tld
I also host my own mail server for domain.tld
I want to use a subdomain (send.domain.tld) for sending transactional emails. So I signed up for a service and verified the subdomain send.domain.tld and configured .json accordingly. However, it always wants me to verify @domain.tld instead and only fetch the @domain.tld address as the sender.
I also set mail.from correctly in the .json:
"from": "noreply@send.domain.tld",
However, for some reason it is fetching @domain.tld to send these emails.
Do you know how to fix this?
Or is it possible to deploy spam protection like recaptcha for the subscribe button for me not to go through all this?