Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* smtpmal send : how to keep from address
@ 2006-08-07  0:00 Hadron Quark
  2006-08-07  1:06 ` Hadron Quark
  0 siblings, 1 reply; 3+ messages in thread
From: Hadron Quark @ 2006-08-07  0:00 UTC (permalink / raw)



How do I stop the smtp send replacing the "from address" to that of my
smtp server account?

		 (setq message-send-mail-function 'smtpmail-send-it)
		 (setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)))
		 (setq smtpmail-auth-credentials '(("smtp.gmail.com" 587 "SMTPSERVER" nil)))
		 (setq smtpmail-smtp-server "smtp.gmail.com")
		 (setq smtpmail-smtp-service 587)

where SMTPSERVER here is a gmail account which I wish to use as an smtp
send server.

The problem is that somewhere along the line the "from" address set up in
my gnus-posting-styles are changed to be SMTPSERVER@googlemail.

thanks for any info.

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

* Re: smtpmal send : how to keep from address
  2006-08-07  0:00 smtpmal send : how to keep from address Hadron Quark
@ 2006-08-07  1:06 ` Hadron Quark
  2006-08-07  9:51   ` Uwe Brauer
  0 siblings, 1 reply; 3+ messages in thread
From: Hadron Quark @ 2006-08-07  1:06 UTC (permalink / raw)


Hadron Quark <hadronquark@gmail.com> writes:

> How do I stop the smtp send replacing the "from address" to that of my
> smtp server account?
>
> 		 (setq message-send-mail-function 'smtpmail-send-it)
> 		 (setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)))
> 		 (setq smtpmail-auth-credentials '(("smtp.gmail.com" 587 "SMTPSERVER" nil)))
> 		 (setq smtpmail-smtp-server "smtp.gmail.com")
> 		 (setq smtpmail-smtp-service 587)
>
> where SMTPSERVER here is a gmail account which I wish to use as an smtp
> send server.
>
> The problem is that somewhere along the line the "from" address set up in
> my gnus-posting-styles are changed to be SMTPSERVER@googlemail.
>
> thanks for any info.

It would seem its not possible.

http://www.lifehacker.com/software/email-apps/how-to-use-gmail-as-your-smtp-server-111166.php

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

* Re: smtpmal send : how to keep from address
  2006-08-07  1:06 ` Hadron Quark
@ 2006-08-07  9:51   ` Uwe Brauer
  0 siblings, 0 replies; 3+ messages in thread
From: Uwe Brauer @ 2006-08-07  9:51 UTC (permalink / raw)


>>>>> "Hadron" == Hadron Quark <hadronquark@gmail.com> writes:
   >> 
   >> The problem is that somewhere along the line the "from" address set up in
   >> my gnus-posting-styles are changed to be SMTPSERVER@googlemail.
   >> 
   >> thanks for any info.

   Hadron> It would seem its not possible.

   Hadron>
   Hadron> http://www.lifehacker.com/software/email-apps/how-to-use-gmail-as-your-smtp-server-111166.php 

By the way does gnus or any other mail program you use, get stuck
when you send a message mine does, so for example when using feedmail
for sending queued mails, I have to interrupt after every send mail
and restart it. Very annoying 


Uwe Brauer

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

end of thread, other threads:[~2006-08-07  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-07  0:00 smtpmal send : how to keep from address Hadron Quark
2006-08-07  1:06 ` Hadron Quark
2006-08-07  9:51   ` Uwe Brauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).