All Questions
10 questions
0
votes
0
answers
15
views
Which mta should we prefer for sending mails?
We want to be able to send e-mails using SMTP at certain planned time or after certain activities however we do not want to rely on any service such as gmail, amazon, sendgrid. Which MTA would you ...
1
vote
2
answers
1k
views
How to upload copy of sent with smtp email
I use go-mail library to send emails with smtp. But I faced common issue that sent emails won't appear in sent folder. Googling I found that the only way to solve it is to upload sent email though ...
0
votes
1
answer
483
views
How do I alter email headers using procmail?
We use JIRA Cloud for our ticketing system, which does not support using email aliases. Since we now have two domains in our system, with the second domain added as an alias in G Suite (same usernames ...
0
votes
1
answer
667
views
Who is responsible for storing emails to the filesystem IMAP or SMTP?
I was studying about MTA and came through SMTP & IMAP, and read that SMTP is responsible for delivering email across the servers, and client uses IMAP/POP3 to read the emails from server.
So IMAP/...
1
vote
1
answer
637
views
Receive and process email without running own SMTP server
Trying to put together this:
Trigger Google Apps Script by email
with this:
Custom Incoming Mail Domain With Google App Engine
So that ultimately we can process emails to a scalable inbox @...
0
votes
5
answers
4k
views
MTA for receiving mails, in PHP
is there a library/class/code-snippet/etc. that allows me to directly receive mail in php?
So that I don't have to run an additional sever in an other process and then have to somehow send the mails ...
18
votes
3
answers
17k
views
What exactly does an MTA do? [closed]
This question got me thinking, and I now realize that I don't know anything about the internals of MTAs.
What exactly does an MTA do? Everything after the SMTP protocol seems like dark magic to me. ...
1
vote
3
answers
132
views
Security implications of a limited function server
I want to collect certain information from people/devices via email. These emails will never be delivered to anybody, but simply processed on the server. Received emails will be processed - some ...
14
votes
4
answers
7k
views
Is there a Python MTA (Mail transfer agent) [closed]
Just wondering if there is a Python MTA. I took a look at smtpd but they all look like forwarders without any functionality.
12
votes
4
answers
16k
views
How do I set up my Ubuntu VPS to send outgoing mail? [closed]
My VPS provider (Slicehost) doesn't provide an SMTP server. I use Google Apps to send and receive mail for my domains, but I want to be able to programmatically send e-mail.
I've been Googling this ...