emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using smtps over port 465 in emacs24


From: Julien Danjou
Subject: Re: Using smtps over port 465 in emacs24
Date: Fri, 16 Dec 2011 10:08:58 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux)

On Thu, Dec 15 2011, Rene wrote:

> emacs-version "24.0.92.1"
>
> I didn't encounter any problem using the smtp protocol on port 25.  But now 
> that
> my company has turned to a secured smtp server I now should be using the smtps
> protocol on port 465. Unfortunately I cannot seem to make this work.  
>
> Besides I don't get any error message at all which leaves me with no clue on 
> how
> to debug this problem although both `smtpmail-debug-verb' and
> `smtpmail-debug-info' are set to t.
>
> *Here is my configuration*
>
> (setq smtpmail-smtp-server "smtps.company.domain.name")
> (setq smtpmail-smtp-service 465)
> (setq user-mail-address "address@hidden")
> (setq smtpmail-local-domain "domain.name")
> (setq smtpmail-smtp-user "loginName")

Try to add :

    (setq smtpmail-stream-type 'ssl)

-- 
Julien Danjou

Attachment: pgpKBZnKvjQRB.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]