I'm trying to send emails from my Ruby on Rails application, and whenever I use the following format: Jon Doe <[email protected]>, Hotmail marks the email as spam. However, when I use [email protected] without the name, it goes through fine. Anybody know how to get around this so my emails don't get sent to spam for hotmail users?
I h...
I wounder if soemone know which APIs I need to use if I want to create a importer, just like the one in facebook. importing users and their e-mails.
...
This is a bug I found in Hotmail render a newsletter build it from my application.
I know that maybe the title can be a little misunderstand... but here is what I did. My application build a part of a xhtml document with javascript in the browser, so I have a template did it by hand with just xhtml and css inline... so you can modify som...
I cant seem to get the email to display correctly in hotmail and gmail (see attached image) but it all works fine in my client.
What is the problem with my code/Or is this an issue with gmail/htmail?
How it does look:
How it should look:
code:
<html>
<STYLE>
#header
{
top:20px;
position: absolute;
left:101px;
widt...
I am having trouble sending emails from a hotmail address using JavaMail. I verified that I can connect to smtp.live.com via telnet port 587. The interesting thing (to me) is if I change:
host = "smtp.gmail.com"
t.connect(host, username, password);
It connects to Gmail just fine on the default port and sends an email.
But if I ch...
Hi,
I am using the built-in email component of CakePHP 1.3, and it seems that all my emails go to the hotmail junk folder.
Does any of you know what to change to make Hotmail thinking this is NOT a spam? If some of you experienced the same issue, some feedback on what they've done or tried to fix it would be much appreciated.
Cheers,
N...
Hi,
I am build an application to import my friend list from my hotmail accounts.
I tired to find out exact solution. Most of the links provide solution, but no one is work.
Can any one give me more information about this.
Thanks in advance.
Imad
...