SMTP Docs

SMTP Docs

Should I integrate with SMTP or API?
We recommend using the best suitable method depending upon your application capabilities and requirements.  Below given are few facts for your informati...
Sat, 2 Oct, 2021 at 4:53 AM
How to do SMTP Integration ?
SMTP is the fastest way to get started with sending emails. Integrating Netcore Email API with your application is quite easy as it only requires minor modi...
Sat, 2 Oct, 2021 at 4:59 AM
How to integrate with different mail server ?
Different mailing servers have different steps to integrate PepiPost. Exchange 2010   Ssmtp   Sendmail   Qmail   Postfix   Exim   IIS 7.5 Exchange 2...
Fri, 12 Jan, 2018 at 1:36 PM
How to integrate your mail clients?
  Apple Mail   Thunderbird   Outlook 2013   Outlook 2007 Apple Mail: These instructions explain how to integrate an SMTP server to an existing Apple Mai...
Fri, 12 Jan, 2018 at 1:41 PM
How to pass Unique Arguments in each SMTP emails?
Netcore Email API SMTP allows developers to specify a unique argument to each of your emails sent through Netcore Email API. This argument is used only for ...
Sat, 2 Oct, 2021 at 5:29 AM
How to view Message headers ?
Headers contain tracking information for an individual email, detailing the path a message took as it crossed mail servers. The steps to find the detaile...
Fri, 12 Jan, 2018 at 1:50 PM
What is the difference between “From” and “Sender”?
The "From" in the email represents your identity like your company name or a company title whereas the "Sender" in the email represents ...
Fri, 12 Jan, 2018 at 1:50 PM
Sample codes / Code Examples
C# using System; using System.IO; using System.Net; using System.Text; public class Program { public stat...
Fri, 12 Jan, 2018 at 1:59 PM