Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
SMTP Help
I use GMail as my SMTP and it requires a nonstandard port to talk to ... how do I set this up?
0
This discussion has been closed.
Comments
As I said earlier today, I'm not very familiar with smtp protocol and I actually got the smtp code in Vanilla from another open-source project. I'm sure there must be a way to specify your port, though... If you have any luck, please do come back and let us know - I'll add that functionality to the core if need be.
One thing I'd try is to just append a :port_number to the end of your host and see if that does the trick, like gmail.com:8000
mail.example.com:26
might work on your server.