Jump to content

SMTP mail server


Go to solution Solved by mLipok,

Recommended Posts

Posted

Out of curiousity, has anyone tried making an smtp mail server in autoit?  I want to try it out just as a proof of consept, but idk how.  If anyone could point me in the correct direction, that would help.

  • Solution
Posted

http://www.codeproject.com/Articles/1814/SMTP-Client-ActiveX-component

It is absolutely free, and like all free software, it has no guarantee and/or liability.

there is source code

http://www.codeproject.com/KB/COM/smtp/smtp.zip

and install

http://www.codeproject.com/KB/COM/smtp/SmtpServ.zip

you can use this methode:

http://www.codeproject.com/Articles/1814/SMTP-Client-ActiveX-component#_Property:_SMTPServer

  Quote

 

SMTPServer
Type: String

Default Value: “mail.nexlinx.net.pk”

Description: SMTP.Server does not deliver the email directly to the destination address specified in MailTo and CcTo properties. It passes on the email message to another server which in turn will send the message to the destination(s) on SMTP.Server’s behalf. It is similar to how other email clients (like Eudora, Exchange etc.) handle email delivery. You should specify the mail server’s IP address through the SMTPServer property. The server address could either be descriptive like “mail.nexlinx.net.pk” (my ISP’s mail server address) or an actual IP address like “202.59.64.7”. If you do not set this property, it defaults to “mail.nexlinx.net.pk”. I strongly recommend that you set this property to your own ISP/company’s mail server, since “mail.nexlinx.net.pk” probably has a policy to reject requests originating from domains other than “*.nexlinx.net.pk”.

 

or not using them.

In that case you send this email directly without other server.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 9/3/2014 at 8:06 PM, mLipok said:

http://www.codeproject.com/Articles/1814/SMTP-Client-ActiveX-component

It is absolutely free, and like all free software, it has no guarantee and/or liability.

there is source code

http://www.codeproject.com/KB/COM/smtp/smtp.zip

and install

http://www.codeproject.com/KB/COM/smtp/SmtpServ.zip

you can use this methode:

http://www.codeproject.com/Articles/1814/SMTP-Client-ActiveX-component#_Property:_SMTPServer

 

or not using them.

In that case you send this email directly without other server.

Thanks man!  I will toy around with this tonight!

Posted (edited)

Jos made MTU = SMTP client  (or am I wrong ?)
and the OP asking for MTA = smtp mail server
 

  On 9/3/2014 at 7:49 PM, Maelstrom said:

Out of curiousity, has anyone tried making an smtp mail server in autoit?  I want to try it out just as a proof of consept, but idk how.  If anyone could point me in the correct direction, that would help.

 
http://wiki.list.org/pages/viewpage.action?pageId=4030516
http://en.kioskea.net/contents/116-how-email-works-mta-mda-mua
 
 
EDIT:
 
I Think I misunderstood the documentation , and I make a wrong statement here.

  On 9/3/2014 at 8:06 PM, mLipok said:

or not using them.
In that case you send this email directly without other server.

And unfortunately, this ActiveX component still does not act as a server, as OP asking for.
 

It means it's the end of my work today.

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • 4 months later...
Posted

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...