Jump to content

How to send non-spam emails?


paschim

Recommended Posts

Well, first of all i am not sure if this should belong in this thread. If this is in wrong thread, mods please move it!

 

Now,

1) How do i send emails from my server so that they have less chance of ending up in the spam folder?

 

2) How much length should the varchar be, for the email subject?

 

3) How do i send the mail on a server where magic_quote_gpc is off? I mean, i can addslashes to the text, but when i tried sending a plain text email....the email was sent along with the slashes. And if i dont simulate magic_quotes_gpc, i am afraid that some characters like quotes may cause problems in processing the email! I really have no idea about this part!

 

4) What is the best way to put a banner/image in a html email?

Link to comment
Share on other sites

1.  Make sure your domain records are all valid/correct, including an MX record.

 

2.  How long do you think the subject will ever be?  255 would be more than enough I would think.

 

3.  Errr?  I would have the text come in without slashes, and then just add slashes when needed, or use plain version when not needed.

 

4.  An img tag?

Link to comment
Share on other sites

My guess would be that it keeps you from screwing up the headers, which can get you marked with some servers.

 

Spam filtering varies a ton from company to company - my emails get through in gmail, marked as spam in yahoo. Gmail seems to put a lot of weight into marking emails as 'Not Spam', gmail is also accurate as hell.

 

 

Link to comment
Share on other sites

For question/answer #1, in addition to the domain records being correct and the mail server being configured correctly and without error, the mechanics (headers, to/from addresses) of the email must be correct, the mail server must not have previously been guilty of sending spam (from other accounts on a shared server), and the content of the subject and body must not be spam like.

 

One of the most common things that will get email voted as spam is the lack of an SPF DNS record at the domain in the From: address that says the sending mail server is authorized to send email for that domain.

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.