like pigs in cl...'s profilelike pigs in cloverBlogLists Tools Help

Blog


    July 14

    携帯へのメール送信・・・

    どうやら このblogの中で、携帯用メールフォーム『mailform-mobile Ver.1.0』にアクセスが集中しているようです。
     
    mailform-mobile Ver.1.0をご利用くださり、ありがとうございます!!
     
    フォームを使用して 携帯にメールを送信する方法は、様々な手法・関数があります。
    実際にスクリプトを組み立てたけど、文字化け等でうまく送信されないとお悩みの方も居られるのではないでしょうか?
    携帯へのメール送信は PCとは異なり、文字コード、文字数等、様々な制限があります。
    今日はちょっと、当方で使用している携帯へのメール送信方法のご紹介です。
     
    mailform-mobile Ver.1.0は、phpで、mb_send_mail関数を利用しています。
    日本語のメールを扱いたい場合は、mb_send_mail関数が便利です。
    設定した言語に応じて、base64エンコーディングや文字コード変換を自動的に行なった上メールを送信してくれます。日本語でメールを送受信する場合は、ISO-2022-JP(別名:JISコード)という7ビットの日本語文字コードを使うことが推奨されています。
     
    当方で使用している方法は、メールのhead・タイトル・送信先・メール本文を定義し、これらの情報のみを利用して送信するという、とてもシンプルなものです。
    携帯へのメール送信の注意は、①header($head + $title)を長くしすぎない、②本文($mess)を長くしすぎないことです。
     
    ちなみに、mailform-mobile Ver.1.0は、下記のようになっています。
     ---------------------------------------------------
    $sendto="aaaaa@xxx.co.jp"; 

    $head= "Content-Type: text/plain;charset=ISO-2022-JP";
    $head= "Content-Transfer-Encoding: 7bit";
    $head= "Return-Path:
    bbbb@xxx.co.jp";
    $head= "From:
    bbbb@xxx.co.jp";
     
    $title = "メールタイトル";

    $mess= 'メール本文';
     
    mb_internal_encoding("Shift-JIS");
    mb_language("Japanese");
    if(mb_send_mail($sendto,$title,$mess,$head)){
      echo '<font size="3" color="#6699FF">正常に送信いたしました。</font>';
      return true;
      }
      else{
      echo '<font size="3" color="#6699FF">送信エラーが生じました</font>';
      exit;
        }
     ---------------------------------------------------
    aaaaa@xxx.co.jpには送信先のアドレス、bbbb@xxx.co.jpには送信元のアドレスが入ります。
    $title、$messは、それぞれ メールタイトル、メール本文を定義します。
     
    ご存知のとおり、携帯の場合は 本文の文字数に制限があります。
    DoCoMoの場合は、文字数を超えると、オーバーした部分はカットされてしまいます。
    他の機種ですと、エラーとしてメールが返ってくる場合もあります。
     
    上記方法では、大抵の携帯へのメール送信が可能です。
     

    Comments (2)

    Please wait...
    Sorry, the comment you entered is too long. Please shorten it.
    You didn't enter anything. Please try again.
    Sorry, we can't add your comment right now. Please try again later.
    To add a comment, you need permission from your parent. Ask for permission
    Your parent has turned off comments.
    Sorry, we can't delete your comment right now. Please try again later.
    You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
    Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
    Complete the security check below to finish leaving your comment.
    The characters you type in the security check must match the characters in the picture or audio.

    To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). Sign in


    Don't have a Windows Live ID? Sign up

    Picture of Anonymous
    販売促進 wrote:

    VMアドバイザーズの「営業支援、販売促進サービス」は売るための仕組み、販売数の増加につながる仕組みを科学して、クライアントへ「ノウハウ」「数字実績」を納品するサービスです。インバウンド、アウトバウンド問わず、クライアント様のビジネスフェーズ、商材に応じた最適な手法を選択し、さまざまな分野で成果を出してきたプロフェッショナル人材がビジネスを成功に導きます。事業の立ち上げ時期のスタートダッシュや、伸び悩んでいる商材の収益改善。営業体制がない企業への体制確立。(販売促進)急な事業転換などのさまざまな企業のニーズに応えることが可能です。数々の実績と経験からあらゆる業態、状態に対してもクライアントごとにオーダーメードのサービスを提供いたします。


    Oct. 24
    Picture of Anonymous
    110mb wrote:
    Yes you're the son of a bitch who was using 110mb box5 to spam for months, and then came to box9 after koji got deleted.

    I wanna let you know that when I find you: I won't kill you, but I'll literally rip your skin from your body, insert a hit rod in your eyes, and cut your dick off. Then pour vinegar over it.

    Then shove you in a bowl and boil you alive.

    You motherfucken lowlife computer piece of shit looser.

    Kill yourself dog, before you're found, me and my mates fly over to Japan and make you wish you weren't born.

    Take a knife and fucken cut your throat off. Because you don't want to do through the pain when we soon enough knock you out while you're sleeping. And when you wake up, that's when above mentioned things will start.
    Sept. 12

    Trackbacks

    The trackback URL for this entry is:
    http://in-clover.spaces.live.com/blog/cns!9FDCCA91CE5CC645!148.trak
    Weblogs that reference this entry
    • None