• Welcome to Sitemap Generator Forum.
 

Response Email

Started by randy, May 24, 2009, 03:19:34 PM

Previous topic - Next topic

randy

Hello,

I am not sure where the message comes from but, but, somewhere it is from within XML-Sitemaps. Anyway, I use Thunderbird in the text mode and the message is apparently only html. 

Is there a way to toggle text message preference in the generator? (Or am I one of a dying breed that still only receives simple text emails?)  :o

Thanks
Randy

Body of message below, notice the html tags are present even though I use Thunderbird in text only mode...

Quote<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[ External links are visible to forum administrators only ]">
<html>
<head>
<title>Configuration: XML, ROR, Text, HTML Sitemap Generator - (c) [ External links are visible to forum administrators only ]</title>
<meta http-equiv="Content-type" content="text/html;" charset="iso-8859-15" />
<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">
<link rel=stylesheet type="text/css" href="pages/style.css">
</head>
<body>
<div align="center">
<a href="https://www.xml-sitemaps.com" target="_blank"><img src="pages/xmlsitemaps-logo.gif" border="0" /></a>
<br />
<h1>
<a href="./">Standalone Sitemap Generator</a>
</h1>
<div id="menu">
<ul id="nav">
<li><a class="navact" href="index.php?op=config">Configuration</a></li>
<li><a href="index.php?op=crawl">Crawling</a></li>
<li><a href="index.php?op=view">View Sitemap</a></li>
<li><a href="index.php?op=analyze">Analyze</a></li>
<li><a href="index.php?op=chlog">ChangeLog</a></li>
<li><a href="index.php?op=l404">Broken Links</a></li>
<li><a href="documentation.html">Help</a></li>
</ul>
</div>
<div id="outerdiv">
<div id="sidenote">
</div>
<div id="shifted">
<h2>Login</h2>
<form action="index.php" method="POST">
<div class="inptitle">Username:</div>
<input type="text" name="user" size="30" value="">
<div class="inptitle">Password:</div>
<input type="password" name="pass" size="30" value="">
<div class="inptitle">
<input class="button" type="submit" name="login" value="Login" style="width:150px;height:30px">
</div>
</form>
</div>
<br style="clear:both;"/>
</div>
<div id="copyright">
<!--951-->
Standalone Sitemap Generator (PHP) v3.0, 2009-05-19|
<a href="license.html">Read License</a>
<br>
Copyright (c)2005-2009 <a href="https://www.xml-sitemaps.com">XML Sitemaps</a>
<br style="clear:both;"/>
</div>
</body>
</html>



**********

XML-Sitemaps Support

Hello,

do you have a scheduled task setup for sitemap generator? Perhaps there is a configuration issue with it.

randy

Yes, I have cron schedule to run the sitemap gnerator task.

Is there a way for the email to be in the text version vice html version?
**********

XML-Sitemaps Support

The issue is related to the incorrectly specified command line for the cron task. What is the command you use?

randy

0 3 15 * 0 /usr/local/bin/php /home/satx/public_html/generator/runcrawl.php
**********

XML-Sitemaps Support

Hello,

sitemap generator itself sends notification email in text format, looks like this one is an automated email from your cron system, which includes whole script output. You can simply disable auto-email in cron task settings, but keep notification email defined in sitemap generator options.

randy

Cool, thanks... we love your product.
**********