I successfully set up SmarterTicket on my system and really like the features it includes. I use gmail for my email system, though, and I'm having trouble getting SmarterTicket's Pop and SMTP settings to work with my account(s).
The problem seems to be with the use of SSL in the email settings, which the SmarterTicket system does not seem to give me the ability to choose.
Here are the Google instructions for pop and smtp setup, and this seems to work for everything else I do with ASP.NET email configurations:
Incoming Gmail Setup:
pop.gmail.com
Use SSL: Yes
Port: 995
Outgoing Gmail Setup:
smtp.gmail.com (use authentication)
Use Authentication: Yes
Use STARTTLS: Yes (some clients call this SSL)
Port: 465 or 587
So, is there a way to utilize the SSL or make the SSL setting = "True" for the pop/smtp setup? This is pretty much the only thing blocking me from fully using SmarterTicket.
Thanks for your help.