View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006331 | phpList 3 application | Campaign Send Process | public | 09-05-06 22:59 | 05-06-13 12:54 |
Reporter | amerussian | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.10.2 | ||||
Fixed in Version | 2.11.7 | ||||
Summary | 0006331: Mailer Error: Could not instantiate mail function | ||||
Description | Every time I try to send messages it fails to send to all the lists that are subscribed to. I uninstalled and reinstalled to the newer version and still have the problem. | ||||
Tags | No tags attached. | ||||
duplicate of | 0004756 | resolved | PHPMailer doesn't properly include its language files. |
09-05-06 22:59
|
|
|
I have tryed all the fixes on here that I have seen. It still has a problem. It will send to only one of the lists even though I am telling it to send to all the lists. It never sends to more than one. I have ten lists and set it up to work with 10 lists. Also there is only 39 users. It is for a christian school and each user is subscribed to different lists. |
|
I am getting the same error. A few months ago, I had the problem with the following error: "Mailer Error: Language string failed to load: instantiate" I did the line 4 fix; and it got better until today. I tried the line 24 fix described here: http://mantis.tincan.co.uk/view.php?id=4756 and developed the new error: "Mailer Error: Could not instantiate mail function." |
|
I have resolved my issue... turned out it may have been a peculiarity of hosting with GoDaddy. Following a tip found on this forum: http://forums.phplist.com/viewtopic.php?t=5648&postdays=0&postorder=asc&highlight=instantiate&start=30 Except that the replacement of: var $Mailer = "mail"; to var $Mailer = "sendmail"; was made in: lists\admin\class.phplistmailer.php On line: 44 (not 109) |
|
This error does not mention a language file problem, how is it related? |
|
This error does not mention a language file problem, how is it related? |
|
yep, the post by rachel75 fixed the problem for me too!! Gold Star for Rachel75 |
|
update, I receive a success message, however, I never received the actual message, test is set to 0... |
|
dealt with (and solved) in the forum in: http://forums.phplist.com/viewtopic.php?t=17807&highlight= |
|
After setting 3 variables ,I got it. 1 define("PHPMAILERHOST",'****'); 2 $phpmailer_smtpuser = '******@***'; 3 $phpmailer_smtppassword = '*****'; |
|
Rachel's solution of changing 'mail' to 'sendmail worked for me! Line 48 in PHPList 2.10.11 Thanks! -Anthony |
|
Correction to my last note: I had a 4.5MB attachment in my message that was failing. Usually my newsletter has <1MB. I removed the attachment and it was working again. Had to include it as a link to a hosted file rather than a direct attachment. |