$result=mail('', $subject,'', $headers);$result=mail('', $subject,'', $headers,'-f [email protected]');<a href="[~[+id+]~]">Link to newsletter online</a>
Warning: mail(): Bad parameters to mail() function, mail not sent. in /hsphere/local/home/subvisio/subvision.dk/kunder/ejlskov/assets/modules/txnewsletters/txnewsletters.inc.php on line 1536 Error during sending ! Some newsletters have not been sent correctly.
$headers .= $send_html . "\n";
$result=mail('', $subject, '', $headers);
//$headers .= $send_html . "\n";
$result=mail('', $subject, $send_html, $headers);Fatal error: Call to undefined function checkdnsrr() in C:\wamp\www\assets\modules\txnewsletters\txnewsletters.inc.php on line 1290
You don't have permission to access /modx096/manager/index.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
- in module dependencies tab, add " TXNewsletters " snippet dependancy to share params with
Vous pouvez ici ajouter ou supprimer les ressources dont dépend ce module. Pour ajouter une nouvelle ressource, cliquez sur l’un des boutons ci-dessous.
(in English: you can add here or delete the ressources linked to the module. To add a new ressource, click on the button above)
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« Execution of a query to the database failed - Table ’provconf.smd’ doesn’t exist »
SQL: SELECT smd.id,COALESCE(ss.name,st.templatename,sv.name,sc.name,sp.name,sd.pagetitle) as ’name’,CASE smd.type WHEN 10 THEN ’Chunk’ WHEN 20 THEN ’Document’ WHEN 30 THEN ’Plugin’ WHEN 40 THEN ’Snippet’ WHEN 50 THEN ’Template’ WHEN 60 THEN ’TV’ END as ’type’ FROM smd LEFT JOIN `provconf`.`provconf_site_htmlsnippets` sc ON sc.id = smd.resource AND smd.type = ’10’ LEFT JOIN `provconf`.`provconf_site_content` sd ON sd.id = smd.resource AND smd.type = ’20’ LEFT JOIN `provconf`.`provconf_site_plugins` sp ON sp.id = smd.resource AND smd.type = ’30’ LEFT JOIN `provconf`.`provconf_site_snippets` ss ON ss.id = smd.resource AND smd.type = ’40’ LEFT JOIN `provconf`.`provconf_site_templates` st ON st.id = smd.resource AND smd.type = ’50’ LEFT JOIN `provconf`.`provconf_site_tmplvars` sv ON sv.id = smd.resource AND smd.type = ’60’ WHERE smd.module=3 ORDER BY smd.type,name
[Copy SQL to ClipBoard]