Closed (won't fix)
Project:
Backup and Migrate
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2010 at 22:14 UTC
Updated:
28 Nov 2025 at 13:05 UTC
Jump to comment: Most recent
Comments
Comment #1
sutharsan commentedThis problem occurs in Backup and Migrate module. Changing module.
Comment #2
jrivelli commentedThanks. Any suggestions then for backup_migrate issue with this?
Comment #3
ronan commentedDo you have any special characters in the name of your site or the filename you're saving the files as?
Comment #4
ronan commentedThis sounds like it might be the same as #759654: Mail MIME format passed to mail() seems to be invalid so I'm going to redirect this over there, where Todd Zebert has done some research on this.
Comment #5
jrivelli commentedIt's be nice if Tobb would've done research and not made a duplicated of my topic.
Comment #6
ontech commentedI too am using Godaddy linux hosting. I have solved the problem through removing some \n's.
1) open destinations.email.inc
2) line 121 should be this:
return "Content-Type: ". $part["ctype"] . ($part["name"] ? "; name = \"". $part["name"] ."\"" : "") ."\nContent-Transfer-Encoding: $encoding\n$disposition$message";
3) line 126 should be this:
$multipart = "Content-Type: multipart/mixed; boundary = $boundary\nThis is a MIME encoded message.\n--$boundary";
Comment #7
ontech commentedInspired by here:
http://www.phpfreaks.com/forums/index.php/topic,238232.msg1110165.html#m...
Comment #8
WoRo commentedNot working for me. After applying this solution mail is sent but attachment has 0 bytes.
Comment #9
beto_beto commentedhii
i am using D 6 in both language Arabic and English
and i have the same problem when i am using Simple news letter
this is the error
warning: mail() [function.mail]: Bad parameters to mail() function, mail not sent. in /home/content/q/a/t/qatar123/html/includes/mail.inc on line 192.
and i am using Godaddy hosting account
i need help in this error pleas !!!!
Comment #10
raptoplob commentedontech's solution has worked for me.
Comment #11
ivnish