Eric
Eric
Hey, @oba11 I added a feature to allow TLS for a smart host, SendGrid in my case. Check [here](https://github.com/ericqqqqq/docker-smtp/tree/add-tls-support) for my implementation. My implementation works perfectly for my needs. It...
Hi @p0xd1, I am facing the same issue here, did you find any solution to this issue?
@JHBalaji Try this [branch](https://github.com/ericqqqqq/docker-smtp/tree/add-tls-support), it worked for my needs. Also, check out [my reply](https://github.com/namshi/docker-smtp/issues/68) here, I talked about the details about the branch. run with command: ``` docker run -p...
Hi setoelkahfi, I successfully built demo project, however, I get errors in run time and fails at launch screen the error is attached. My unity is: UNITY_RUNTIME_VERSION = 2018.2.1f1; Xcode...
@setoelkahfi thank you very much! I got it!
try to import Vuforia.framework for your project. read this, guys! https://github.com/jiulongw/swift-unity/issues/89
also, instead of add return for non-void function, you guys can try to set Mismatched Return Type to No