Hi All,
I’ve set up a simple contact form and controller based on the basic recipe. It works, in that an attempt to send email is made and a “Success” message is shown. A dump($data);
shows the right info after the Post.
However, I’m a little lost when it comes to actually getting the email delivered. The emails I tried bounce back to my account, saying “Mail delivery failed: returning message to sender”.
I’m not sure if I should be using a simple ‘transport configuration’ Sending emails | Kirby CMS and if so, where do I find an SMTP server? Is that a service I need to set up separately; or will my hosting account provide it?
Or, should I use a separate email provider like Mailgun as in: Email | Kirby CMS ?
Right now the site is in development and at a temporary domain – does that affect the deliverability? Does my “from” email need to match the domain? Maybe debugging this issue would be easier at the permanent domain, but I’d like to make sure I can get it to work before going live.
Thanks for any advice you can provide.