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

Notification

Icon
Error

Options
Go to last post Go to first unread
mierlp  
#1 Posted : Tuesday, April 23, 2019 10:39:10 AM(UTC)
mierlp

Rank: Newbie

Groups: Registered
Joined: 4/5/2016(UTC)
Posts: 4

Hi

I can't figure out what's wrong with my mails because all mails to gmail.com or home.nl are bounced. Hotmail and other are good.
I used a replay server [hidden] for sending mails but also our own exhange server.

I send bulk mail from within my Delphi application and did send them directly to the relay server or using the queue method,
but still gmail and home are bounced. i use the code below to create the bulkmail

Quote:
oSmtp.FromAddr :=cMailSender;
oSmtp.ReplyTo :=cMailSender;
oSmtp.Sender :=cMailSender;
oSmtp.ReturnPath :=cMailSender;
oSmtp.From :=cMailFullName;
oSmtp.Charset :='utf-8';
oSmtp.BodyFormat :=1;
oSmtp.AddHeader('auto-submitted','auto-generated');
oSmtp.AddHeader('precedent:','bulk');
oSmtp.LicenseCode :=cMailLicense;
oSmtp.ServerAddr :=cMailServer;
oSmtp.ImportMailEx(cMapExport+'\'+cMAIL);
oSmtp.MessageID;
oSmtp.ClearRecipient();
oSmtp.AddRecipientEx(dmMail.MailAddress.FieldByName('Email').AsString,0);
oStmp.oSmtp.SendMailToQueue();


- I know Gmail wants to see some unsubscribe methode, but can i add it to the header and how?
- In the above code i use 2 'AddHeader' methodes...does the second one overwrite the first one?
- Does anyone has tips (i readed the bulk mail guidelines) how to solve it

On our Exchange server SPF, DKIM/DMARC are set correctly

Now i'm testing on 2 different ways on http://appmaildev.com/en/spf

1. from within the software where the mail is delivered to the exchange server and i see this difference
Received-SPF: none hidden

2. send a mail direct from our exchange server to this test site and don't get the above message.

Edited by moderator Wednesday, April 24, 2019 5:01:34 PM(UTC)  | Reason: for security reason

ivan  
#2 Posted : Wednesday, April 24, 2019 5:02:35 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)
Hi, bounced email is a complex problem, please send email to support@emailarchitect.net for assistance.
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.055 seconds.

EXPLORE TUTORIALS

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