Hi - Does anybody know how to make the email orders work? I have 2012R2 server with smtp enabled. CDO is installed. Mail does not send. Tried my server mail. Tried my personal smtp account. Does not work.
1. is there a way to specify port? 2. is there a way to specify TLS/SSL?
Using the ASP version, our email notifications were working until about a week or so ago. The host says nothing has changed on their end. I am able to log into webmail for the sending email address with the same credentials set in ECT.
Hi Kevin If you set the following parameter in your includes.asp file... debugmode=TRUE ...and then try sending an email with say the email friend function and you should get debug output if the email fails to send. Then let us know what that output is and take the parameter out again.