Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
sealjohn  
#1 Posted : Tuesday, June 22, 2021 8:21:44 PM(UTC)
sealjohn

Rank: Newbie

Groups: Registered
Joined: 10/22/2017(UTC)
Posts: 0
Australia
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
ivan  
#2 Posted : Wednesday, June 23, 2021 11:37:29 PM(UTC)
ivan

Rank: Administration

Groups: Administrators
Joined: 11/11/2010(UTC)
Posts: 1,148

Thanks: 9 times
Was thanked: 54 time(s) in 54 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.
sealjohn  
#3 Posted : Thursday, June 24, 2021 2:51:37 AM(UTC)
sealjohn

Rank: Newbie

Groups: Registered
Joined: 10/22/2017(UTC)
Posts: 0
Australia
Location: Perth

I suspected so. Thanks for your help Ivan
sealjohn  
#4 Posted : Friday, June 25, 2021 12:11:08 AM(UTC)
sealjohn

Rank: Newbie

Groups: Registered
Joined: 10/22/2017(UTC)
Posts: 0
Australia
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
ivan  
#5 Posted : Friday, June 25, 2021 4:20:14 PM(UTC)
ivan

Rank: Administration

Groups: Administrators
Joined: 11/11/2010(UTC)
Posts: 1,148

Thanks: 9 times
Was thanked: 54 time(s) in 54 post(s)
Originally Posted by: sealjohn Go to Quoted Post
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.
Users browsing this topic
Forum Jump  
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.074 seconds.

EXPLORE TUTORIALS

© All Rights Reserved, AIFEI Software Limited & AdminSystem Software Limited.