Foxxy luceos haha I meant "Nope" as in I tried in lowercase and got the same error. Here is a link to the log file you mentioned. I'm seeing a lot of references to zendframework but nothing meaningful to my eyes (not familiar with the stack Flarum uses).
luceos Not seeing it either, perhaps your port is blocked for outgoing requests. Hosting providers sometimes do this to prevent getting an ip on a blacklist.
Foxxy luceos I think that is the issue. Our shared IP addresses only allow outbound connection on ports 80(http), 443(https). However, I figure since I'm using a third party service to deliver mail, it wouldn't be a problem. This is a tricky one.
Foxxy 192.0.130.177 - - [15/May/2017:10:19:56 -0600] "POST /api/users/2/send-confirmation HTTP/1.1" 500 512 "http://talk.edabit.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36" Is this what a sent email would look like in the server logs?
luceos Foxxy that's the access log, showing you are hitting the api endpoint on flarum, which returns a 500. So no.. Not sure how to solve your issue, switch hosting provider? ?
Foxxy luceos I'm just going to use the internal mailer. Seems to work fine with that. Now struggling to set up Google / Facebook auth. Uh.
radixio Foxxy After losing a whole day setting up my server, I finally got it. My settings are exactly the same as yours, and the error also. What I did was open door 2525 in my firewall and use it in place of port 465/587. Everything's working fine now.
clarkwinkelmann nimitbhargava Mailgun is now also supported via API instead of SMTP right out of the box, starting with beta 9. This can be even more reliable 😉 SMTP still required for the EU Mailgun region for now until we fix flarum/core1834