all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [crosspost] Sending mail with an Exchange server
@ 2007-06-25 15:11 Denis Bueno
  2007-06-25 20:08 ` Eli Zaretskii
  2007-06-26 15:31 ` [h-e-w] " Denis Bueno
  0 siblings, 2 replies; 3+ messages in thread
From: Denis Bueno @ 2007-06-25 15:11 UTC (permalink / raw)
  To: help-emacs-windows@gnu.org, help-gnu-emacs@gnu.org

[Sorry for spamming the help-emacs-windows list, but this question really
should be crossposted.]

All,

I have some customisations of smtpmail that allow me to send mail using
Gmail's SMTP. I'd like to have similar settings that allow me to send mail
using an Exchange server.

Does anyone have such a setup working for them? How does one do it?

Thanks.

-Denis







^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [crosspost] Sending mail with an Exchange server
  2007-06-25 15:11 [crosspost] Sending mail with an Exchange server Denis Bueno
@ 2007-06-25 20:08 ` Eli Zaretskii
  2007-06-26 15:31 ` [h-e-w] " Denis Bueno
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2007-06-25 20:08 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Mon, 25 Jun 2007 09:11:01 -0600
> From: "Denis Bueno" <denbuen@sandia.gov>
> Cc: 
> 
> [Sorry for spamming the help-emacs-windows list, but this question really
> should be crossposted.]

Actually, I'm not sure it should: help-gnu-emacs is an email gateway
into a newsgroup, so cross-posting to it and a regular mailing list
might complicate things for some users.

> I have some customisations of smtpmail that allow me to send mail using
> Gmail's SMTP. I'd like to have similar settings that allow me to send mail
> using an Exchange server.
> 
> Does anyone have such a setup working for them? How does one do it?

AFAIR, Exchange servers support the usual SMTP protocol, so you could
simply set things up as if you were talking to an SMTP server.  Did
you try that, and if so, what didn't work, exactly?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [h-e-w] [crosspost] Sending mail with an Exchange server
  2007-06-25 15:11 [crosspost] Sending mail with an Exchange server Denis Bueno
  2007-06-25 20:08 ` Eli Zaretskii
@ 2007-06-26 15:31 ` Denis Bueno
  1 sibling, 0 replies; 3+ messages in thread
From: Denis Bueno @ 2007-06-26 15:31 UTC (permalink / raw)
  To: Denis Bueno, help-emacs-windows@gnu.org, help-gnu-emacs@gnu.org


On 06/25/2007 09:11, "Denis Bueno" <denbuen@sandia.gov> wrote:
> I have some customisations of smtpmail that allow me to send mail using
> Gmail's SMTP. I'd like to have similar settings that allow me to send mail
> using an Exchange server.
> 
> Does anyone have such a setup working for them? How does one do it?

Well, SMTP worked.  Specifically, requiring 'smtpmail,

    (setq user-mail-address "<my email address>"
          send-mail-function 'smtpmail-send-it
          message-send-mail-function 'smtpmail-send-it
          smtpmail-starttls-credentials
          '(("<exchange server>" "25" nil nil))
          smtpmail-auth-credentials
          (expand-file-name "~/.authinfo")
          smtpmail-smtp-server "<exchange server>"
          smtpmail-smtp-service 25
          smtpmail-debug-info t
          smtpmail-debug-verb nil)

where "~/.authinfo" looks like:

    machine <exchange server> port 25 login <my username>

Also, of course, I had to make sure starttls was installed.

-Denis

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-26 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-25 15:11 [crosspost] Sending mail with an Exchange server Denis Bueno
2007-06-25 20:08 ` Eli Zaretskii
2007-06-26 15:31 ` [h-e-w] " Denis Bueno

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.