Mail body missing

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
Bahlor
Forum Newbie
Posts: 2
Joined: Mon Apr 06, 2009 10:13 am

Mail body missing

Post by Bahlor »

Hey everybody,

first... SwiftMailer really is a great class, using it almost everywhere. :) Ok now to my problem... I created a simple newsletter-system for a client, which worked great on my root server using PHP5, but later I had to transfer it to PHP4, as the clients webspace only had PHP4. Everything worked quite well, except for one thing... the messages of the E-Mails are empty. I get an email with subject but no content. It's not only for HTML-Mails also for plain text mails.

Any ideas what could be wrong? Thanks in advance.

Best Regards,
Chris
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Mail body missing

Post by John Cartwright »

Please post the code you are using.
Post Reply