Search found 3 matches

by grnyj93
Fri Oct 19, 2007 10:29 pm
Forum: Swift Mailer
Topic: E-mail sent but no body
Replies: 3
Views: 1941

I have got it working by using the NativeMail connection option. I would still be interested in a fix or at least a solution (even if it will not work due the host settings) for using sendmail.

Thank you for the help with this.
by grnyj93
Fri Oct 19, 2007 10:13 pm
Forum: Swift Mailer
Topic: E-mail sent but no body
Replies: 3
Views: 1941

If I put "/usr/sbin/sendmail -bs" then it will sit there until it times out. When I view the phpinfo() the sendmail path is "/usr/sbin/sendmail -t -i". I removed the '-i' because it wasn't working with it. The only way I could get it to work was with just the '-t'. Problem is the...
by grnyj93
Fri Oct 19, 2007 6:33 pm
Forum: Swift Mailer
Topic: E-mail sent but no body
Replies: 3
Views: 1941

E-mail sent but no body

I am sending a single e-mail with the following code, the e-mail is sent but the message body content (plain text or HTML) does not come through. It just sends a blank e-mail. The to, from, and subject are all good, just the body is missing. <?php ini_set('display_errors', '1'); error_reporting(E_AL...