Plugin Directory

Changeset 441349


Ignore:
Timestamp:
09/21/2011 08:02:05 AM (14 years ago)
Author:
gotic
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xmail-the-right-way/trunk/readme.txt

    r441345 r441349  
    2626== Frequently Asked Questions ==
    2727
    28   So what ix Xmail?
     28* So what ix Xmail?
     29
    2930Xmail is a PHP class that can send an email in 3 diffrent ways:
    30311. via the old fashion PHP standard function called mail()
     
    3334
    3435
    35   Why is this the best way?
     36* Why is this the best way?
     37
    3638Each server that hosts websites has multiple IP's.
    3739In 99% of cases, the (email) main server IP is different from the IP used for the domain itself, so your domain has one IP and the emails you send go out from another (main server IP). You will probably share an email server with many other users, and if these users are unscrupulous and send out SPAM, you will suffer as well because the main server IP you use will lose credibility and become untrusted by the email providers named above. This will result in your emails never reaching your users' inboxes.
Note: See TracChangeset for help on using the changeset viewer.