Search found 3 matches
- Wed Jun 20, 2007 7:58 am
- Forum: Swift Mailer
- Topic: randomly cut off emails
- Replies: 24
- Views: 13441
Re: randomly cut off emails.
Dear Edweill and Chris, I wanted to add that I have also been experiencing cut off emails, with no discernable pattern of what makes them cut off. The emails are plain text, non-multipart, averaging around 20-50 lines of text. The message body is passed to Swift_Message as a string. There are 20-40 ...
- Sun Jun 03, 2007 12:40 pm
- Forum: Swift Mailer
- Topic: [SOLVED] batchSend and Reply-To.
- Replies: 5
- Views: 2826
- Sun Jun 03, 2007 12:19 pm
- Forum: Swift Mailer
- Topic: [SOLVED] batchSend and Reply-To.
- Replies: 5
- Views: 2826
[SOLVED] batchSend and Reply-To.
Hello. I would like to send an information-oriented email to about 50 recipient-subscribers, with a 'No-Reply@...' type Reply-To address that is different from the Send address. I can do this with the Swift_Message 'setReplyTo' method and all is well if I loop through the RecipientList with $swift->...