vbsql7 wrote:In the Mailtolist plugin, at the Edit List level, there is an option to "Queue messages sent to this address?" Yes/No.
I have tried it both ways and I'm still not clear how the software interprets this value.
Does 'Yes' mean to automatically run 'Process queue' for me (automation) or does it mean to delay (as in create a queue of) messages?
Thanks,
Michael
vbsql7 wrote:In the Mailtolist plugin, at the Edit List level, there is an option to "Queue messages sent to this address?" Yes/No.
I have tried it both ways and I'm still not clear how the software interprets this value.
Does 'Yes' mean to automatically run 'Process queue' for me (automation) or does it mean to delay (as in create a queue of) messages?
Thanks,
Michael
pdgrimm wrote:Hey guys, I am trying to throttle email from one of my accounts using phplist and mail2list. I have got it working partway, but can't figure this out. When I hit process emails,
Processed message 1 of 1
No emails where sent to info@mydomain.com.
Info@mydomain.com is what I set up to send the blast email to. Any ideas on what I am overlooking? Thanks
infomirben wrote:The download link is broken. Can somebody post a working link?
Best regards
Since I'm not updating my website anymore, I've had trouble with keeping Wordpress up to dat.
Last week I got some XSS infection on the website and decided to stop hosting Wordpress and any other scripts on my server.
If you are looking for old scripts I wrote, have a look in the downloads directory, but since I don't have the time anymore, I cannot give support on these scripts.
if($type == 'HTML') Sql_Query("UPDATE " . $GLOBALS['table_prefix'] . "message SET message='".addslashes($msg)."', sendformat='".$this->sendformat."' WHERE ID= '".$this->newid."'");
if($type == 'PLAIN') Sql_Query("UPDATE " . $GLOBALS['table_prefix'] . "message SET textmessage='".addslashes($msg)."', sendformat='".$this->sendformat."' WHERE ID= '".$this->newid."'");
if($type == 'HTML') Sql_Query("UPDATE " . $GLOBALS['table_prefix'] . "message SET message='".addslashes($msg)."', textmessage='".addslashes($msg)."', sendformat='".$this->sendformat."' WHERE ID= '".$this->newid."'");
if($type == 'PLAIN') Sql_Query("UPDATE " . $GLOBALS['table_prefix'] . "message SET message='".addslashes($msg)."', textmessage='".addslashes($msg)."', sendformat='".$this->sendformat."' WHERE ID= '".$this->newid."'");
$link = e_connect($popaccounts[$i]['host'], $popaccounts[$i]['port'], $popaccounts[$i]['login'], $popaccounts[$i]['pass']);
$status = linkcheck($link);
$full_page .= "<br />Status of POP.3 connection: <font color='red'><b>" . $status . "</b><br />" . "</font><br /><br />";
function e_connect($server, $port, $user, $password) {
if (!$port) {
$port = '110/pop3/notls';
}
set_time_limit(6000);
if (!TEST) {
$link = imap_open("{" . $server . "}INBOX", $user, $password, CL_EXPUNGE);
} else {
$link = imap_open("{" . $server . "}INBOX", $user, $password);
}
return($link);
}
function linkcheck($link) {
if (!$link) {
$status = imap_last_error();
} else {
$status = "Connected:";
}
return($status);
}
adriano88 wrote:
- Code: Select all
ALTER TABLE `phplist_mail2list_allowsend` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
ALTER TABLE `phplist_mail2list_list` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
ALTER TABLE `phplist_mail2list_popaccounts` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
Hi, tried to change in all the 3 mysql tables of mail2list the charset to utf 8 first and then also latin_7_ci
using the same solution in phplist I can send emails from the internal editor with italian characters, however I can't send them via outlook because mail2list somehow doesn't interpret them..
any other ideas?
Return to Contributions: Plug-ins, Add-ons, Mods
Users browsing this forum: No registered users and 2 guests