pcfreepress
2006-08-23 17:44:07 UTC
Okay, I've seen various things posted about this, but I still just
can't get it to work, and I'm hoping someone here can help.
I'm trying to use blat to send an HTML e-mail containing a status
message to a list of people. Here is what I'm using on the command line:
blat "F:\Daily.html" -bf "F:\Daily.txt" -subject "Status Message:
Daily Job Status" -i "Status Reporter" -html
Here is the content of F:\Daily.html (with the beginning or ending
dashes, they're just to separate the content out):
--------------------
<html><body><span style="font-family:sans-serif;font-size:90%;">
<p style="background-color:#eeeeee;border-top: 1px solid
#cccccc;border-left:1px solid #cccccc;border-bottom: 1px solid
#666666;border-right: 1px solid #666666;margin: 0;padding: 0.25em;">
<span style=\"font-weight:bold;\">Daily job completed</span></p>
</body></html>
--------------------
I'm sending it to a Lotus Notes mailbox (yuck, but still, HTML e-mails
from other sources work fine). The problem is that the equals signs,
quotation marks, and other such characters are being "escaped" into an
equals sign followed by their ASCII equivalent. So for example,
<style="... become <style =3D=22... (3D is ASCII for the equals sign
and 22 is ASCII for the quotation mark.)
I've tried putting a backslash in front of the characters that are
being escaped, but it just escapes the backslash with =5C (ASCII for,
you guessed it, a backslash).
Is there any way that I'm missing to send the contents of an HTML file
as an HTML e-mail to someone?
--
Homepage:
http://www.blat.net
Community email addresses:
Post message: ***@yahoogroups.com
Subscribe: blat-***@yahoogroups.com
Unsubscribe: blat-***@yahoogroups.com
List owner: blat-***@yahoogroups.com
Shortcut URL to this page:
http://groups.yahoo.com/group/blat
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/blat/
<*> To unsubscribe from this group, send an email to:
blat-***@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
can't get it to work, and I'm hoping someone here can help.
I'm trying to use blat to send an HTML e-mail containing a status
message to a list of people. Here is what I'm using on the command line:
blat "F:\Daily.html" -bf "F:\Daily.txt" -subject "Status Message:
Daily Job Status" -i "Status Reporter" -html
Here is the content of F:\Daily.html (with the beginning or ending
dashes, they're just to separate the content out):
--------------------
<html><body><span style="font-family:sans-serif;font-size:90%;">
<p style="background-color:#eeeeee;border-top: 1px solid
#cccccc;border-left:1px solid #cccccc;border-bottom: 1px solid
#666666;border-right: 1px solid #666666;margin: 0;padding: 0.25em;">
<span style=\"font-weight:bold;\">Daily job completed</span></p>
</body></html>
--------------------
I'm sending it to a Lotus Notes mailbox (yuck, but still, HTML e-mails
from other sources work fine). The problem is that the equals signs,
quotation marks, and other such characters are being "escaped" into an
equals sign followed by their ASCII equivalent. So for example,
<style="... become <style =3D=22... (3D is ASCII for the equals sign
and 22 is ASCII for the quotation mark.)
I've tried putting a backslash in front of the characters that are
being escaped, but it just escapes the backslash with =5C (ASCII for,
you guessed it, a backslash).
Is there any way that I'm missing to send the contents of an HTML file
as an HTML e-mail to someone?
--
Homepage:
http://www.blat.net
Community email addresses:
Post message: ***@yahoogroups.com
Subscribe: blat-***@yahoogroups.com
Unsubscribe: blat-***@yahoogroups.com
List owner: blat-***@yahoogroups.com
Shortcut URL to this page:
http://groups.yahoo.com/group/blat
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/blat/
<*> To unsubscribe from this group, send an email to:
blat-***@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/