Questions tagged [mta]

Multiple Threaded Apartment of the Component Object Model (COM), as opposed to STA

MTA refers to the Multiple Threaded Apartment of Microsoft's Component Object Model (COM). Its opposite is the Single-Threaded Apartment (MTA), but there is also a Neutral Apartment.

Related tags:

References:

110 questions
-1
votes
1 answer

Need help getting access to Clipboard to work from MTA application

I just am changing a GUI application from STAThread to MTAThread as it does some parallel background work. Now I encountered the issue of accessing the Clipboard from within a MTAThread application. I tried to create a dedicated STA thread on my…
Nicolas
  • 754
  • 8
  • 22
-2
votes
1 answer

LUA|MTASA attempt to index field '?' (a nil value)

I have a problem with my lua script for an MTA Server. When I run the code, I get the following error: attempt to index field '?' (a nil value) Here's the code: addEvent("bank:transfer", true) addEventHandler("bank:transfer", root, function(id,…
StreetOf
  • 1
  • 1
-2
votes
1 answer

How to configure Send-Only mail server in Linux which will accept and perform email delivery for multiple application/web servers in same network

I've one Web server, one Middleware server and one backend application server in same subnet/network. All these three servers needs to send notification alert emails to multiple email IDs like GMAIL, Yahoo, Outlook etc. for this I've to configure…
-2
votes
1 answer

Mail being sent to local domain instead of remote domain

I have a server which hosts mywebsite.com If I try to send mail to info@mywebsite.com, the MTA is trying to send it to a local host (the mail is managed on a different server). How can I fix this?! Its a linux server running qmail Any more info…
michael
  • 4,427
  • 6
  • 38
  • 57
-5
votes
1 answer

Which of the following SQL statement should you use?

I am brand new to C# and to stackoverflow. I am reviewing questions that I got wrong on a prep test for my MTA certification. Can anyone help me understand what the correct answer is and why? Thank you! enter image description here
1 2 3 4 5 6 7
8