Rank: Newbie
Groups: Registered
Joined: 10/22/2017(UTC)
Posts: 0
Location: Perth
Hi all,
I'm using EASendMail ver 7.5.0.3 in VB.Net.
I have set up a notifier on a server where a connector has been configured to send emails using Office 365 SMTP Relay (as described here:
https://docs.microsoft.c...or-office-365-smtp-relay )
using Returnpath eg.
oMail.ReturnPath = sReplyTo
However when testing using invalid recipient addresses, the emails don't bounce-back to the ReturnPath address.
Is it possible to configure ReturnPath in this situation?
Cheers
John
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
You can use LogFileName property to generate a log file, then you can check if you used correct return path in MAIL FROM: command. If you have set the correct return path, you have to ask the support from the server administrator.
Rank: Newbie
Groups: Registered
Joined: 10/22/2017(UTC)
Posts: 0
Location: Perth
I suspected so. Thanks for your help Ivan
Rank: Newbie
Groups: Registered
Joined: 10/22/2017(UTC)
Posts: 0
Location: Perth
Ivan, following up from this - why is it that the logfile shows the oMail.ReturnPath in MAIL FROM and not the oMail.From address if both are specified? Cheers
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Originally Posted by: sealjohn Ivan, following up from this - why is it that the logfile shows the oMail.ReturnPath in MAIL FROM and not the oMail.From address if both are specified? Cheers
From This property indicates the original email sender. This is what you see as the “FROM” in most mail clients.
Reply-To This property indicates the reply address. Basically, when the user clicks “reply” in mail client, the Reply-To value should be used as the recpient address of the replied email. If you don’t set this property, the Reply address is same as From address.
Sender This property indicates the who submit/send the email. When the user received the email, the email client displays: From: “sender address” on behalf of “from address”. If you don’t set this property, the Sender address is same as From address. Sender property is common used by mail listing provider. This property also takes effect to DKIM/DomainKeys signature, if Sender is different with From address, then you should sign DKIM/DomainKeys based on Sender domain instead of From address domain.
Return-Path This property indicates the delivery notification report address. If you don’t set this property, the Return-Path address is same as From address. This property also takes effect to SPF record, if Return-Path is different with From address, then remote SMTP server checkes SPF record of Return-Path instead of From address.
Forum Jump
EmailArchitect Support
Email Component Development
- EASendMail SMTP Component - .NET Version
- EASendMail SMTP Component - Windows Store Apps
- EASendMail SMTP ActiveX Object
- EAGetMail POP3 & IMAP4 Component - .NET Version
- EAGetMail POP3 & IMAP4 ActiveX Object
Exchange Server and IIS SMTP Plugin
- DomanKeys/DKIM for Exchange Server and IIS SMTP
- Disclaimer and S/MIME for Exchange Server and IIS
EmailArchitect Email Server
- EmailArchitect Email Server (General)
- EmailArchitect Email Server Development
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.