smtpd Questions

4

Solved

Just wondering if there is a Python MTA. I took a look at smtpd but they all look like forwarders without any functionality.
Tallou asked 24/4, 2009 at 1:27

1

I'm trying to send an email using Python and used the following code: import smtplib import datetime SERVER = "localhost" PORT = 1025 FROM = "[email protected]" TO = [&qu...
Permenter asked 29/1, 2014 at 15:9

6

Solved

Sending email is easy with commons-email, and with spring it is even easier. What about receiving incoming email? Are there easy to use APIs that allow to bounce emails, process attachments, etc. ...
Afflict asked 18/2, 2009 at 13:17
1

© 2022 - 2024 — McMap. All rights reserved.