I can't send to hotmal (wodSmtp)
I'm from Argentina, the smtp works fine with any host, but i can't send mail to hotmal..!
Do you now why?[:uhoh:]
I'm from Argentina, the smtp works fine with any host, but i can't send mail to hotmal..!
Do you now why?[:uhoh:]
by Chris Barnes , (7131 days ago) @ Gaston (Argentina)
Hey there,
hotmail made some changes to their spam rules a couple of weeks ago.
These changes are working for me at the moment....
1) Ensure that the hostname specified in .MyHostName has a DNS resolution to the interface from which the internet sees you transmitting.
2) Adding these headers meant my mail got delivered:
Smtp1.Message.Headers.Item( X-Mailer ).value= Microsoft Exchange V6.5
Smtp1.Message.Headers.Item( X-MimeOLE ).value= Produced By Microsoft Exchange V6.5
Smtp1.Message.Headers.Add X-Priority , 3
Smtp1.Message.Headers.Add Bounce-To ,MailSender
Smtp1.Message.Headers.Add Errors-To ,MailSender
Smtp1.Message.Headers.Add Return-Path ,MailSender
The ones that seemed to do it were the last 3.
I tried the M$ exchange spoof because I thought that M$ were trying to stuff everybody (again)
Hope this works for you as well.
Cheers
Chris
by Gaston , (7131 days ago) @ Chris Barnes
Hey there,
hotmail made some changes to their spam rules a couple of weeks ago.
These changes are working for me at the moment....1) Ensure that the hostname specified in .MyHostName has a DNS resolution to the interface from which the internet sees you transmitting.
2) Adding these headers meant my mail got delivered:
Smtp1.Message.Headers.Item( X-Mailer ).value= Microsoft Exchange V6.5
Smtp1.Message.Headers.Item( X-MimeOLE ).value= Produced By Microsoft Exchange V6.5
Smtp1.Message.Headers.Add X-Priority , 3
Smtp1.Message.Headers.Add Bounce-To ,MailSender
Smtp1.Message.Headers.Add Errors-To ,MailSender
Smtp1.Message.Headers.Add Return-Path ,MailSenderThe ones that seemed to do it were the last 3.
I tried the M$ exchange spoof because I thought that M$ were trying to stuff everybody (again)Hope this works for you as well.
Cheers
Chris
by Gaston , (7131 days ago) @ Gaston
Hey there,
hotmail made some changes to their spam rules a couple of weeks ago.
These changes are working for me at the moment....1) Ensure that the hostname specified in .MyHostName has a DNS resolution to the interface from which the internet sees you transmitting.
2) Adding these headers meant my mail got delivered:
Smtp1.Message.Headers.Item( X-Mailer ).value= Microsoft Exchange V6.5
Smtp1.Message.Headers.Item( X-MimeOLE ).value= Produced By Microsoft Exchange V6.5
Smtp1.Message.Headers.Add X-Priority , 3
Smtp1.Message.Headers.Add Bounce-To ,MailSender
Smtp1.Message.Headers.Add Errors-To ,MailSender
Smtp1.Message.Headers.Add Return-Path ,MailSenderThe ones that seemed to do it were the last 3.
I tried the M$ exchange spoof because I thought that M$ were trying to stuff everybody (again)Hope this works for you as well.
Cheers
Chris
Hello Chris, but did't work..! Is really extrage because works in any mail server, except hotmail.
What a put in .MyHostName ?
Sorry for my english, and thanks
by Jasmine, (7131 days ago) @ Gaston
Gaston,
I cannot be sure, but hotmail may be rejecting emails coming from dialup - if you're on dialup this could be a problem.
Usually MyHostname will contain name of your host as known on the internet. If this is not the case, you should set it up that way.
by Gaston , (7131 days ago) @ Jasmine
Gaston,
I cannot be sure, but hotmail may be rejecting emails coming from dialup - if you're on dialup this could be a problem.
Usually MyHostname will contain name of your host as known on the internet. If this is not the case, you should set it up that way.
I dont't have a dialup connection, y have adsl, and i try with many smtp servers and.. not work [:sad:]
by Jasmine, (7131 days ago) @ Gaston
ADSL is also dialup since it has dynamic IP. You may need to use Hostname property and put there's your ISP's mail server.
But, as I said, I could be completely wrong here...
by Chris Barnes , (7130 days ago) @ Jasmine
If you are sending directly (not using your isp as a relay):
I know that most incoming servers are doing a reverse lookup on the hostname supplied, against the ip address of the sending host.
If these do not match then they reject as spam, but you can see this happening in the smtp transcript.
This is why I like this component - cos I can actually see what happened message by message, instead of trawling through the smtp log on a relay server...
ADSL is also dialup since it has dynamic IP. You may need to use Hostname property and put there's your ISP's mail server.
But, as I said, I could be completely wrong here...
...with WOD's excellent support I was able to bypass Winsock and focus on the task at hand...
Not only wodSFTPdll is excellent, the service you have provided is outstanding and second to none!
Many thanks for your excellent support service. I can see why you have a long list of excellent testimonials on your website.
I've heard that you are amazing with your replies coming back so quickly - and now I've seen the speed in which you reply first hand.
...with the SFTP interface you produced, everything was so simple to understand, we were able to start coding almost immediately!
...wodFtpDlx was exactly what I needed, it worked, and it was priced right...
Don't be fooled by the cost, it's value and quality far exceeds the price being charged!
You made it so simple for us to integrate SFTP - a technology we had little experience with...
Your professionalism is reflected into your email, your product and your web site. I am confident that these will make the difference.
Just thought you'd like to know that my gateway app with your SMTP Server component held the line against a DDOS attack today...