Letractively / noweco

Automatically exported from code.google.com/p/noweco
0 stars 0 forks source link

SMTP binding #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SMTP binding is not a priority but is not useless

Following projects are pure Java SMTP-POP3 server :
- http://javaemailserver.sourceforge.net/downloads.html
- http://crsemail.sourceforge.net/

Original issue reported on code.google.com by gael.lal...@gmail.com on 14 Apr 2011 at 5:16

GoogleCodeExporter commented 8 years ago
Bull SMTP server will not be shutdown

Original comment by gael.lal...@gmail.com on 19 Apr 2011 at 8:47

GoogleCodeExporter commented 8 years ago
James version of NoWeCo could be provide a SMTP gateway

Original comment by pierrema...@gmail.com on 15 May 2011 at 12:42

GoogleCodeExporter commented 8 years ago
If you want to send an email from X@domain.com, you need a DNS MX entry in 
domain.com which indicate your SMTP receiver.
DNS MX entry is not require by protocol, however most of SMTP receiver will 
reject your message if it is not send from the authorized SMTP.
So if one day the SMTP is shutdown 2 solutions for a SMTP gateway :
- use webmail to send messages (limited [how manage HTML?], difficult [attached 
files])
- use an external SMTP (sock proxy needed), and change from header in message 
content (but not FROM command in SMTP protocol).

Original comment by gael.lal...@gmail.com on 15 May 2011 at 12:57

GoogleCodeExporter commented 8 years ago
a third solution
- send message content to a robot via webmail which will transmit the body of 
message to a SMTP server

Original comment by gael.lal...@gmail.com on 15 May 2011 at 1:00

GoogleCodeExporter commented 8 years ago
Fourth solution : use RFC 1149.

Original comment by pierrema...@gmail.com on 15 May 2011 at 10:00