|
| |||||||||
| Tags: e mail, mail servers, php, secure e mail, smtp server |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| 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
| ||||
| ||||
| 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.
For more information see here : http://email.about.com/od/emailprogr...t/et073006.htm |
|
#3
| ||||
| ||||
| 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
| ||||
| ||||
| 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 |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |