Results 1 to 4 of 4

Thread: PHP Secure E-mail

  1. #1
    Join Date
    Dec 2007
    Posts
    23

    PHP Secure E-mail

    Hi,
    I just need to know that Is there a way to send secure email through php? I really need to know ? Thank you for your help.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,572

    Re: PHP Secure E-mail

    To connect to an outgoing SMTP server from a PHP script using SMTP authentication and send an email:

    Make sure the PEAR Mail package is installed.
    • Typically, in particular with PHP 4 or later, this will have already been done for you. Just give it a try.

    Adapt the example below for your needs. Make sure you change the following variables at least:
    • from: the email address from which you want the message to be sent.
    • to: the recipient's email address and name.
    • host: your outgoing SMTP server name.
    • username: the SMTP user name (typically the same as the user name used to retrieve mail).
    • password: the password for SMTP authentication.


    For more information see here : http://email.about.com/od/emailprogr...t/et073006.htm

  3. #3
    Join Date
    May 2008
    Posts
    2,792

    Re: PHP Secure E-mail

    The GnuPG module is much helpfull :

    http://www.php.net/manual/en/ref.gnupg.php

    You just need to know the PGP/GPG key correspondingsi\o that you can recipient email address in this case. or you can encrypt the message using SSL:

    http://www.php.net/manual/en/ref.openssl.php

  4. #4
    Join Date
    Oct 2005
    Posts
    2,358

    Re: PHP Secure E-mail

    Very few mail servers have SSL capabilities. If the email is going with an SSL-enabled mail server i think that should be alright . I have used many internet service providers and There was no need to encrypted email capability .

    What Trio is saying is good . PGP is the best solution in the data security.
    I'm the Proud Owner of the most dangerous weapon
    known to man kind: Human Brain

Similar Threads

  1. Replies: 2
    Last Post: 20-09-2012, 06:52 PM
  2. Replies: 2
    Last Post: 23-08-2011, 08:06 AM
  3. F-Secure E-Mail Contains Malware
    By FrancoL in forum Networking & Security
    Replies: 7
    Last Post: 26-06-2011, 09:48 PM
  4. Secure emails with UserGate mail server
    By TechGate in forum Reviews
    Replies: 2
    Last Post: 02-10-2010, 06:59 PM
  5. Mail directory in Secure Shell ( SSH )
    By Nobleman in forum Networking & Security
    Replies: 4
    Last Post: 15-11-2008, 12:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,095,288.75649 seconds with 16 queries