Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul Blair 466 posts 731 karma points
    Jan 08, 2013 @ 06:17
    Paul Blair
    0

    Sending mail with EnableSSL

    Hi TC Support.

    Are you able to provide a solution so I can send emails using Google SMTP servers? To get this to work I would normally download the source and change the sendmail function to include:

    smtpClient.EnableSsl = true;

    One spot I have found that I require this is for Send() in Data.EmailTemplate.

    I suspect the version I have is not the most recent. The file version for teaCommerce.Data is 1.0.0.1546.

    Perhaps this could be a config parameter in future versions?

    Cheers

    Paul

  • Anders Burla 2560 posts 8256 karma points
    Jan 09, 2013 @ 14:30
    Anders Burla
    1

    Hi Paul

    Yeah I see the problem with that because you can not configute to use ssl in the web.config or can you?

    Kind regards
    Anders

  • Paul Blair 466 posts 731 karma points
    Jan 10, 2013 @ 02:06
    Paul Blair
    100

    I found that since .NET 4 adding enableSsl="true" to your smtp Network web.config field does indeed work but I couldn't see why it wasn't working in this case. It turns out the client had done and changed the account password! All appears to be working OK now. Sorry to bother you!

Please Sign in or register to post replies

Write your reply to:

Draft