Hi
i have more than one doubt that the problem is in lwip code.
I did a port for my microntroller, and when i saw a problem is always
related to emac driver, wrote by myself.
Lwip could have some bugs, but they are related to very particolar situation
(you can follw mailings to see bugs tracking and patches...)
You descrived a problem related to your (??) implementation of SMTP protocol
(it is not a part of lwip core)... i suppose that there could be a problem
in this code (or in low level driver, as i said)

Post here your code for SMTP, and do a double check on your driver code

Bye
Piero

2009/3/3 Michael Long <[email protected]>

> Hi
>
> We have ported LWIP to our system. When we send data to SMTP server we
> notice that the header and tail of the message gets cut.
> Thats about as much information as I got about it.
> We also notice that we need to send the information twice. It always fails
> the first time. its seems that the smtp server needs to wake up or
> something.
> Can you provide any help on sending data to SMTP server i.e. email and some
> reasoning why this is happening. I realise this is question isn't entirely
> related to lwip but any help would be much appreciated.
>
>
> thanks for you time
> michael
>
> _______________________________________________
> lwip-users mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/lwip-users
>
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to