Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bounced E-mails (Rejected) #22

Open
GoogleCodeExporter opened this issue Aug 12, 2015 · 2 comments
Open

Bounced E-mails (Rejected) #22

GoogleCodeExporter opened this issue Aug 12, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Eric,
Do you get a lot of patrons whose e-mail bounces when they e-mail the receipts? 
 We've been seeing some, but they get their notices from Koha just fine.  The 
bounce messages give the error "#< #5.6.1 smtp;554 5.6.1 Body type not 
supported by Remote Host> #SMTP#"

I'm wondering if the text needs to be plain to be more widely accepted, and if 
so, do have any recommendations on forcing to plain text?  If we can figure 
that out, I could see about adding an option to forcing all e-mails to plain 
text.  Just a thought.

Christopher

Original issue reported on code.google.com by [email protected] on 26 Jun 2012 at 11:01

@GoogleCodeExporter
Copy link
Author

The emails are plain text. Try adding 
$mail->Encoding='base64'; 
above '$mail->FromName = $email_from_name;'
in processes/email_receipt.php

Original comment by [email protected] on 27 Jun 2012 at 6:31

@GoogleCodeExporter
Copy link
Author

Thanks, Eric.  I put the code in.  We'll see if this issue continues.

Christopher

Original comment by [email protected] on 28 Jun 2012 at 10:41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant