> Hi Phryzer
> Thanks a lot for help! Now, I can login to my server(I had Mail2000 in
> old version, so there were not properties of authorization - in
> v1.10.3 it is). This is my server response text:
> 220 ServerSMTP ESMTP
> 250-ServerSMTP
> 250-PIPELINING
> 250-AUTH=LOGIN PLAIN
> 250-AUTH LOGIN PLAIN
> 250-STARTTLS
> 250-SIZE
> 250-X-RCPTLIMIT 100
> 250 8BITMIME
> 334 VXNlcm5hbWU6
> 235 go ahead
>
> I am logged in...
>
> In the demo program it is writing that i am connected. But, when I try
> to send an e-mail it doesn't work - I can see info: "Failed on send"
> Why? I did not change anything in source of demo program...
> If somebody knows what is going on, please answer me.
> Regards, Pepe
Hi, OK, I can send an email... I have to said that there is an error
in demo program. SSoft explore that after adding adresses in
Header(Save fields to header)we must edit in Source (header field) it
manually and remove some excess signs (<>).
for example: in line: To: "Name" <EmailAdress>, <>
chars "," and "<>" are incorrect.
--------------------------------
But, I have another problem...
how to add to HTML mail 2 pictures(not as attachement, but to html code).
I want to add picture as a background
<BODY BACKGROUND="cid:background.jpg" TEXT="#000000" LINK="#0000FF"
ALINK="#FF0000" VLINK="#000080">
and a picture in the left corner of message:
<IMG alt="" hspace=0 src="cid:pope.jpg" align=left border=0>
thanks, for any help...
Regards, Pepe