Discussion:
[VM] How to configure for smtps protocol
Rene
2011-12-08 11:24:59 UTC
Permalink
My company is migrating to a secured smtp server. It now uses the smtps
protocol on port 465 (instead of the regular smtp protocol on port 25)

Although I reconfigured the vm variables accordingly I can't manage to make use
of this new smtps server.

Here is my configuration file :

(setq smtpmail-smtp-server "smtps.company.domain.name")
(setq smtpmail-local-domain "company.domain.name")
(setq smtpmail-smtp-service 465)
(setq smtpmail-auth-credentials (("smtps.company.domain.name" 465 "login" "")))
(setq smtpmail-starttls-credentials nil)

(setq smtpmail-debug-verb t)
(setq smtpmail-debug-info t)

Besides I don't get any error message which leaves me with no clue on how to
debug this problem.

Any help would be much welcome.

--
Rene
Uday Reddy
2011-12-08 11:38:51 UTC
Permalink
Hi Rene, smtpmail is an Emacs package. So, you should really go to
gnu-emacs-help mailing list. Please be sure to check the arhives of the
list first. I am sure plenty of people would have run into these kinds of
problems. In fact, the new Emacs 24 has built-in TLS protocol. You should
try that too.

Cheers, Uday
Post by Rene
My company is migrating to a secured smtp server. It now uses the smtps
protocol on port 465 (instead of the regular smtp protocol on port 25)
Although I reconfigured the vm variables accordingly I can't manage to
make use of this new smtps server.
Continue reading on narkive:
Search results for '[VM] How to configure for smtps protocol' (Questions and Answers)
3
replies
How can I send an email in java?
started 2010-09-25 18:11:27 UTC
programming & design
Loading...