Re: secure email



rsvore wrote:
I have a php form that sends an email on submission. Can I make the email
secure? I'm already running the php script on SSL. Ideas?

Configure your sendmail to use SSL and then let the php script to use
sendmail for sending mail.

Another option is to use PGP tools via exec() to encrypt the mail.



--

//Aho
.



Relevant Pages

  • Re: secure email
    ... I'm already running the php script on SSL. ... Configure your sendmail to use SSL and then let the php script to use ... is generally not the greatest idea for sending secure data - you might ...
    (alt.php)
  • RE: Sendmail - IMAP-UW - Cyrus-SASL2 - SMTPAUTH problems
    ... away from the server arena. ... We run SMTP AUTH but we don't run SSL SMTP. ... e-mail clients that can't handle SSL SMTP. ... Sendmail - IMAP-UW - Cyrus-SASL2 - SMTPAUTH problems ...
    (freebsd-questions)
  • Solaris 8 - Configuring sendmail relay (NoAuth inbound -> SSL outbound)
    ... basic sendmail setup so I'm grateful for having made as much progress ... to relay notification emails from the Wintel box. ... SSL connection to the relay. ... Connection reset by local ...
    (comp.mail.sendmail)
  • Re: Solaris 8 - Configuring sendmail relay (NoAuth inbound -> SSL outbound)
    ... OK, I'm the OP, and I dug up AT&T's news server settings.... ... basic sendmail setup so I'm grateful for having made as much progress ... SSL connection to the relay. ... Connection reset by local ...
    (comp.mail.sendmail)
  • Re: Sendmail Authentication - I thought I had it
    ... > This would also seem to indicate that I should be able to use PLAIN ... > authentication to tell sendmail that I'm an OK person. ... Right now you have PLAIN and LOGIN authentication ... STARTTLS is just SSL. ...
    (RedHat)