Results 1 to 9 of 9

Thread: SMTP encryption

  1. #1

    Thread Starter
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    SMTP encryption

    All I want to know is....is SMTP mail encrypted?

    We send an automatic mail using SMTP but are not entirely sure if it's sufficiently encrypted
    Any comments would be great
    Life is one big rock tune

  2. #2
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176

    Re: SMTP encryption

    I dont think so but I could be wrong
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

  3. #3

    Thread Starter
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: SMTP encryption

    Any ideas as to where I can find info on this?
    Life is one big rock tune

  4. #4

  5. #5
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: SMTP encryption

    By default no its not encrypted - emails are just text files really. There are ways of encrypting mail though.

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  6. #6

    Thread Starter
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: SMTP encryption

    How?
    Life is one big rock tune

  7. #7
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: SMTP encryption

    If you look in your preferences for your mail client you'll find advanced settings for each account that include security settings to allow encryption. I think you need to be issued a certificate to use this feature though.

    There are also third party applications like PGP - they do services for near enough everything!

    HTH

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  8. #8

    Thread Starter
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: SMTP encryption

    So effectively you're saying SMTP does not enctypt mails? Only third-party products such as Outlook, Lotus Notes etc?

    Pretty much as I thought but thanks for the confirmation guys!
    Life is one big rock tune

  9. #9
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: SMTP encryption

    Quote Originally Posted by Valleysboy1978
    So effectively you're saying SMTP does not enctypt mails? Only third-party products such as Outlook, Lotus Notes etc?

    Pretty much as I thought but thanks for the confirmation guys!
    SMTP = Simple Mail Transfer Protocol

    So, it doesn't encrypt emails, but .. there are extensions to the SMTP protocol such as STARTTLS, TLS and SASL which enable you to send the email encrypted. These extensions rely on the SMTP server supporting them and just require a minor change to settings in your email client.

    You can also physically encrypt the email before sending it and provided the recipient has the means to decrypt the email; i.e: the software and necessary keys, they can read the email too.

    You can usually check if your ISP supports secure email transfer and what settings you need to change in your email client by looking at their help pages. But, sending the email via a secure connection does not mean that the recipient will receive it via secure SMTP. So if you really want to ensure a secure transit I would use client side encryption too.

    Here are some links you may find useful which relate to Outlook:

    http://www.slipstick.com/addins/security.htm
    http://www.ust.hk/itsc/pki/smail/oeencrypted.html
    http://www.newbie.org/reference/email04p.html
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width