Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17306
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: New line in php not working |
| Date | 2017-01-29 15:10 +0100 |
| Organization | PointedEars Software (PES) |
| Message-ID | <4262223.31r3eYUQgx@PointedEars.de> (permalink) |
| References | <0157ce84-974d-407e-9a25-c66e8ceba904@googlegroups.com> <ef5ngdFu924U1@mid.individual.net> |
J.O. Aho wrote: > On 01/29/17 03:24, wart2ww wrote: >> The following code all works fine in a <?php ?> block except the \n is >> not working. All the fields in the in the email are on one line. > > This has nothing to do with "\n" not working, this is the way the mail > client handles the "\n", Utter nonsense. Obviously this code is generating *header fields*. They are to be separated by CRLF and nothing else. But then again, what kind of an understanding of Internet standards can one expect from a person who, despite several hints, keeps abusing dedicated Internet domains? -- PointedEars Zend Certified PHP Engineer <http://www.zend.com/en/yellow-pages/ZEND024953> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn> Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
New line in php not working wart2ww <fcc@bmi.net> - 2017-01-28 18:24 -0800
Re: New line in php not working "J.O. Aho" <user@example.net> - 2017-01-29 09:30 +0100
Re: New line in php not working Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-01-29 15:10 +0100
Re: New line in php not working wart2ww <fcc@bmi.net> - 2017-01-29 18:02 -0800
Re: New line in php not working wart2ww <fcc@bmi.net> - 2017-01-29 18:04 -0800
Re: New line in php not working Jerry Stuckle <jstucklex@attglobal.net> - 2017-01-29 21:14 -0500
Re: New line in php not working wart2ww <fcc@bmi.net> - 2017-01-29 18:56 -0800
Re: New line in php not working Jerry Stuckle <jstucklex@attglobal.net> - 2017-01-29 22:08 -0500
Re: New line in php not working wart2ww <fcc@bmi.net> - 2017-01-29 19:40 -0800
Re: New line in php not working Jerry Stuckle <jstucklex@attglobal.net> - 2017-01-30 07:41 -0500
Re: New line in php not working Angel <he1983912@gmail.com> - 2022-06-30 07:42 -0700
csiph-web