Go Back   TechArena Community > Technology > Technology & Internet
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



PHP Secure E-mail

Technology & Internet


Reply
 
Thread Tools Search this Thread
  #1  
Old 18-05-2009
Castle's Avatar
Member
 
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.
Reply With Quote
  #2  
Old 18-05-2009
deveritt's Avatar
Member
 
Join Date: Apr 2008
Posts: 2,525
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
Reply With Quote
  #3  
Old 18-05-2009
Trio's Avatar
Member
 
Join Date: May 2008
Posts: 2,754
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
Reply With Quote
  #4  
Old 18-05-2009
Techguru01's Avatar
Member
 
Join Date: Oct 2005
Posts: 2,118
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
Reply With Quote
Reply

  TechArena Community > Technology > Technology & Internet


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "PHP Secure E-mail"
Thread Thread Starter Forum Replies Last Post
Is there any functionality to support secure digitally sign mail in Opera's M2 client? Rishon Technology & Internet 2 23-08-2011 09:06 AM
F-Secure E-Mail Contains Malware FrancoL Networking & Security 7 26-06-2011 10:48 PM
Secure emails with UserGate mail server TechGate Reviews 2 02-10-2010 07:59 PM
Error Message : 'This Page Contains Both Secure and Non-Secure Items' Chrisch Technology & Internet 3 04-08-2009 01:18 PM
Mail directory in Secure Shell ( SSH ) Nobleman Networking & Security 4 15-11-2008 12:41 PM


All times are GMT +5.5. The time now is 08:12 AM.