1 Aug 2010 18:05
1 Aug 2010 18:13
Re: sending an email with a mutt one-line without being prompted
Jostein Berntsen <jbernts <at> broadpark.no>
2010-08-01 16:13:59 GMT
2010-08-01 16:13:59 GMT
On 01.08.10,18:05, Christoph Kukulies wrote: > I'm trying > > mutt -i message.text -s subject -a attachment.jpg recipient <at> domain > > Is there a way to do that without being prompted? > You can try: mutt -s subject -a attachment.jpg recipient <at> domain < message.text Jostein
1 Aug 2010 18:33
Re: sending an email with a mutt one-line without being prompted
Christoph Kukulies <kuku <at> kukulies.org>
2010-08-01 16:33:35 GMT
2010-08-01 16:33:35 GMT
Am 01.08.2010 18:13, schrieb Jostein Berntsen: > On 01.08.10,18:05, Christoph Kukulies wrote: > >> I'm trying >> >> mutt -i message.text -s subject -a attachment.jpg recipient <at> domain >> >> Is there a way to do that without being prompted? >> >> > You can try: > > mutt -s subject -a attachment.jpg recipient <at> domain< message.text > > > Jostein > > > Surprise: kuku <at> post:~$ mutt -s test kuku <at> validaddress.de <body.txt Error sending message, child exited 1 (). Segmentation fault post:~# mutt -v Mutt 1.5.13 (2006-08-11) Copyright (C) 1996-2006 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.(Continue reading)
1 Aug 2010 18:49
Re: sending an email with a mutt one-line without being prompted
Jostein Berntsen <jbernts <at> broadpark.no>
2010-08-01 16:49:19 GMT
2010-08-01 16:49:19 GMT
On 01.08.10,18:33, Christoph Kukulies wrote: > Am 01.08.2010 18:13, schrieb Jostein Berntsen: > >On 01.08.10,18:05, Christoph Kukulies wrote: > >>I'm trying > >> > >>mutt -i message.text -s subject -a attachment.jpg recipient <at> domain > >> > >>Is there a way to do that without being prompted? > >> > >You can try: > > > >mutt -s subject -a attachment.jpg recipient <at> domain< message.text > > > > > >Jostein > > > > > > > Surprise: > > kuku <at> post:~$ mutt -s test kuku <at> validaddress.de <body.txt > Error sending message, child exited 1 (). > Segmentation fault > > > This should work. Maybe you could try to upgrade mutt to the most recent version 1.5.20?(Continue reading)
1 Aug 2010 19:10
Re: sending an email with a mutt one-line without being prompted
<rogerx <at> sdf.org>
2010-08-01 17:10:23 GMT
2010-08-01 17:10:23 GMT
On Sun, Aug 01, 2010 at 06:33:35PM +0200, Christoph Kukulies wrote: >Am 01.08.2010 18:13, schrieb Jostein Berntsen: >> On 01.08.10,18:05, Christoph Kukulies wrote: >> >>> I'm trying >>> >>> mutt -i message.text -s subject -a attachment.jpg recipient <at> domain >>> >>> Is there a way to do that without being prompted? >>> >>> >> You can try: >> >> mutt -s subject -a attachment.jpg recipient <at> domain< message.text >> >> >> Jostein >> >> >> > > >Surprise: > >kuku <at> post:~$ mutt -s test kuku <at> validaddress.de <body.txt >Error sending message, child exited 1 (). >Segmentation fault mutt -d5(Continue reading)
1 Aug 2010 19:11
Re: sending an email with a mutt one-line without being prompted
Christoph Kukulies <kuku <at> kukulies.org>
2010-08-01 17:11:29 GMT
2010-08-01 17:11:29 GMT
Am 01.08.2010 18:49, schrieb Jostein Berntsen: > On 01.08.10,18:33, Christoph Kukulies wrote: > >> Am 01.08.2010 18:13, schrieb Jostein Berntsen: >> >>> On 01.08.10,18:05, Christoph Kukulies wrote: >>> >>>> I'm trying >>>> >>>> mutt -i message.text -s subject -a attachment.jpg recipient <at> domain >>>> >>>> Is there a way to do that without being prompted? >>>> >>>> >>> You can try: >>> >>> mutt -s subject -a attachment.jpg recipient <at> domain< message.text >>> >>> >>> Jostein >>> >>> >>> >> >> Surprise: >> >> kuku <at> post:~$ mutt -s test kuku <at> validaddress.de<body.txt >> Error sending message, child exited 1 (). >> Segmentation fault >>(Continue reading)
1 Aug 2010 19:31
Re: sending an email with a mutt one-line without being prompted
Christoph Kukulies <kuku <at> kukulies.org>
2010-08-01 17:31:28 GMT
2010-08-01 17:31:28 GMT
Am 01.08.2010 19:10, schrieb rogerx <at> sdf.org: > On Sun, Aug 01, 2010 at 06:33:35PM +0200, Christoph Kukulies wrote: > >> Am 01.08.2010 18:13, schrieb Jostein Berntsen: >> >>> On 01.08.10,18:05, Christoph Kukulies wrote: >>> >>> >>>> I'm trying >>>> >>>> mutt -i message.text -s subject -a attachment.jpg recipient <at> domain >>>> >>>> Is there a way to do that without being prompted? >>>> >>>> >>>> >>> You can try: >>> >>> mutt -s subject -a attachment.jpg recipient <at> domain< message.text >>> >>> >>> Jostein >>> >>> >>> >>> >> >> Surprise: >> >> kuku <at> post:~$ mutt -s test kuku <at> validaddress.de<body.txt(Continue reading)
2 Aug 2010 05:52
Re: sending an email with a mutt one-line without being prompted
David Champion <dgc <at> uchicago.edu>
2010-08-02 03:52:01 GMT
2010-08-02 03:52:01 GMT
* On 01 Aug 2010, Christoph Kukulies wrote: > >> > >>kuku <at> post:~$ mutt -s test kuku <at> validaddress.de<body.txt > >>Error sending message, child exited 1 (). > >>Segmentation fault > >> > >> > >> > >This should work. Maybe you could try to upgrade mutt to the most recent > >version 1.5.20? > > > I tried it on another machine (ubuntu) and there it says > > kuku <at> accms33:~$ mutt -s test -a Bild.jpg me <at> some.org <body.txt > Keine Empf?nger angegeben. Syntax has been changed: -a indicates a *list* of attachment files ending with "--". I don't recall which version was first to boast this new syntax, but it's the problem you're seeing right now even if it's not related to the problem you saw earlier. Try: mutt -s test -a Bild.jpg -- me <at> some.org <body.txt -- -- -D. dgc <at> uchicago.edu IT Services University of Chicago
2 Aug 2010 05:56
sending email to txt
Scott Jones <sanchiro <at> gmail.com>
2010-08-02 03:56:53 GMT
2010-08-02 03:56:53 GMT
To piggyback off the current thread, anyone know how I could from my email client, mutt, et al, send a simple email and send as text to an at&t cell phone? I have tried sending to 'number <at> txt.att.net' and it just bounces back, without delivery. Please advise! Scott
RSS Feed