| Newsgroups |
gmane.mail.blat |
| Message-ID |
<[email protected]> |
On the html that works the image is embedded at the top of the email.
On the html that does not work, the image is attached not embedded at top..
In both cases, the text is embedded in the email.
I have tried many different combinations, but cannot get my message to go through. Is there any instructions for formatting the html file that will work. I have seen small examples. What is the character limit. What characters should we not use.
Thanks,
Larry
Blat v3.2.3
set EMBED=O:\blat\full\Header.jpg
Eblat O:\blat\ACT_Import_Thank_You_Letter_Main.html -server %SERVER% -f %FROMNAME% -to %TO% -cc %CC% -subject %SUBJECT% -embed %EMBED% -html -timestamp -log AdmissionsEmailLog.txt -debug
---------------ACT_Import_Thank_You_Letter_Main.html----------------This Works--------------
<html>
<body>
<img src="cid:Header.jpg">
<p> Crowley's Ridge College is a private, church
affiliated but autonomous, college that offers Associates and Bachelors
degrees. CRC is located in Paragould, Arkansas, near the crest of
Crowley's Ridge. The scenic campus covers 150 acres of rolling hills
densely populated by pine and hardwood trees. While the college is
affiliated with the Churches of Christ, students of all religious
backgrounds are welcome at Crowley's Ridge College.
</p>
</body>
</html>
---------------ACT_Import_Thank_You_Letter_Main.html----------------Dont Works--------------
<html>
<body>
<img src="cid:Header.jpg">
<p> Thank you for sending your most recent ACT scores to
Crowley’s Ridge College. Taking the ACT is an important
step in the admissions process. If your scores are not
where you would like for them to be, don’t be discouraged,
just study for the particular subjects you need to raise
and try again. There will be a test in February, April
and June. Not all colleges accept the June test results,
but Crowley's Ridge College does. Our academic scholarships
begin with an ACT of 20.
If you haven’t visited our campus yet, we would love to have
you come see for yourself why this campus just might be the
perfect choice for your college education. Give us a call
at 870-236-6901 to schedule a visit.
</p>
</body>
</html>
-----------------Log----------------------------
2015.01.14 13:15:00 (Wed)------------Start of Session-----------------
Blat v3.2.3 (build : Oct 19 2014 15:34:27)
32-bit Windows, Full, Unicode
2015.01.14 13:15:00 (Wed): <<<getline<<< 220 serverName Microsoft ESMTP MAIL Service, Version: 7.5.7601.17514 ready at Wed, 14 Jan 2015 13:18:09 -0600
2015.01.14 13:15:00 (Wed): >>>putline>>> EHLO admin2-larryj
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-servername Hello [101.0.0.98]
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-TURN
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-SIZE 2097152
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-ETRN
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-PIPELINING
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-DSN
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-ENHANCEDSTATUSCODES
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-8bitmime
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-BINARYMIME
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-CHUNKING
2015.01.14 13:15:00 (Wed): <<<getline<<< 250-VRFY
2015.01.14 13:15:00 (Wed): <<<getline<<< 250 OK
2015.01.14 13:15:00 (Wed): Sending O:\blat\ACT_Import_Thank_You_Letter_Main.html to emailaddress
2015.01.14 13:15:00 (Wed): Subject: Welcome from CRC Admissions
2015.01.14 13:15:00 (Wed): Login name is myName
2015.01.14 13:15:00 (Wed): Embedded binary file: O:\blat\full\Header.jpg
2015.01.14 13:15:00 (Wed): >>>putline>>> MAIL FROM:<Larry> BODY=8BITMIME
2015.01.14 13:15:00 (Wed): <<<getline<<< 250 2.1.0 [email protected] OK
2015.01.14 13:15:00 (Wed): >>>putline>>> RCPT TO:<myEmail>
2015.01.14 13:15:00 (Wed): <<<getline<<< 250 2.1.5myEmail
2015.01.14 13:15:00 (Wed): >>>putline>>> RCPT TO:<myEmail>
2015.01.14 13:15:00 (Wed): <<<getline<<< 250 2.1.5 myEmail
2015.01.14 13:15:00 (Wed): >>>putline>>> RCPT TO:<myEmail>
2015.01.14 13:15:00 (Wed): <<<getline<<< 250 2.1.5 myEmail
2015.01.14 13:15:00 (Wed): >>>putline>>> DATA
2015.01.14 13:15:00 (Wed): <<<getline<<< 354 Start mail input; end with <CRLF>.<CRLF>
2015.01.14 13:15:00 (Wed): <<<getline<<< 250 2.6.0 <01d0302e$Blat.v3.2.3$6458c0d6$2aa5021b98414@ServerName> Queued mail for delivery
2015.01.14 13:15:00 (Wed): >>>putline>>> QUIT
2015.01.14 13:15:00 (Wed): <<<getline<<< 221 2.0.0 serverName Service closing transmission channel
2015.01.14 13:15:00 (Wed)-------------End of Session------------------