I am having trouble formatting my FROM email adress. In the config file I have:
“mail”: {
“from”: “‘Tischer.io’ sebastian@tischer.io”,
“transport”: “SMTP”,
“options”: {
“service”: “Mailgun”,
“host”: “smtp.eu.mailgun.org”,
“port”: 465,
“secureConnection”: true,
“auth”: {
“user”: “",
“pass”: "*”
}
You need to enter the first part of the from email here, the rest (@www.tischer.io) is then added.
If you leave it blank, it will be noreply if you add for example mail then it will be mail@www.tischer.io
NOW the last problem to solve is:
How can I make the email to: sebastian@tischer.io
One solution would be to use the core domain for your blog as well. I think that www.domain.com is not that important anymore. I personally prefer https://domain.com rather than https://www.domain.com (and you can always redirect www to core domain). If you do this, then your email config will show up normal: