Jump to content

Problem with email on different mail servers


garrisonian14

Recommended Posts

I am sending an email using php. This email message is in an html template (as newsletter emails are sent). All the styles (CSS) used are written inline. There are also some images used in html to set as background. The behaviour of this html, styles and images is different on gmail,yahoo and hotmail. I have been trying to fix this problem since last two weeks.

Now it is enough. My  boss is fed up with it. Please help me. Is there any special way to handle template for email to behave it in right way on all email servers.

 

Kindly help me.

 

Waiting for your help.

 

Ali.

Link to comment
Share on other sites

all emailing clients handle mail differently yahoo,hotmail,gmail modify your email so it cannnot tamper with their site, are you using any tags which would be overriden, I would suggest view the source code in hotmail pr yahoo and see what has changed from the original email you will find the problem

 

i have checked source for yahoo, gmail, and hotmail

 

Yahoo: overrides the styles

Hotmail : Shows the styles in source as we have written (that's why at the moment our email is fine in hotmail)

gmail: Does'nt show our html in the sourcel.

 

 

What should i do now ?

 

 

Link to comment
Share on other sites

you cannot have <style> tags make them all inline style as in <p style=".."> an an example otherwise they will override your style sheet since it can effect the display in yahoo.. I think yahoo make them <xstyle> not too sure been a long time since I was in emailing stuff

 

brother, i am already using inline styles. like  <td style="...."> or <table style = "....">

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.