Skip to content
View s-ike's full-sized avatar
Block or Report

Block or report s-ike

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
s-ike/README.md

Certifications

Pinned

  1. php_design_patterns php_design_patterns Public

    PHP

  2. Chatworkの投稿時にwebhookでこのスクリプトを呼び出し、投稿... Chatworkの投稿時にwebhookでこのスクリプトを呼び出し、投稿を任意のメールアドレスへ通知する
    1
    var USER_ID = 'xxxxxxx';
    2
    
                  
    3
    var MAIL_TO = 'xxxxxxx@xxxxxxx';
    4
    var MAIL_FROM = 'xxxxxxx@xxxxxxx';
    5
    var MAIL_FROMNAME = 'mail sender name';