07-08-2016, 02:54 PM
So I just setup a mailgun account, and was able to make it work with userspice just fine. That being said, what email are you using to test sending to? If you are sending to a Gmail account (as I tried to do at first) it may be delayed in delivery due to it being a new setup (mine eventually came through, but took about 10 minutes). If you have an alternate email address to test with, besides gmail, that might help. These are what I used:
SMTP Sever: smtp.mailgun.org
SMTP Port: 587
Email Login/Username: *from mailgun domain dashboard*
Password: *from mailgun domain dashboard*
Transport: TLS (encrypted)
Port 465, and port 25 did NOT work. Port 2525 (as per here: http://blog.mailgun.com/25-465-587-what-...uld-i-use/) DID work as well.
As long as your domain is verified and DNS setup correctly, then it should work fine. I haven't made any changes to my code for this to work.
SMTP Sever: smtp.mailgun.org
SMTP Port: 587
Email Login/Username: *from mailgun domain dashboard*
Password: *from mailgun domain dashboard*
Transport: TLS (encrypted)
Port 465, and port 25 did NOT work. Port 2525 (as per here: http://blog.mailgun.com/25-465-587-what-...uld-i-use/) DID work as well.
As long as your domain is verified and DNS setup correctly, then it should work fine. I haven't made any changes to my code for this to work.