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

Block or report shebin512

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

Pinned Loading

  1. Magento get current full Action cont... Magento get current full Action controller name in Observer
    1
    <?php
    2
            /*
    3
             * Get full Action controller name in Observer
    4
             */
    5
            $request = Mage::app()->getRequest();
  2. cUrl Send email using SMTP cUrl Send email using SMTP
    1
    source ./sendEmailCurl-v1.1.sh # OR ./sendEmailCurl-v1.0.sh
    2
    
    
    4
    EMAILSUBJECT="Test EMAIL $(date +%F)" \
    5
    EMAILBODY="This is a test email from $(HOSTNAME)\n USER $(USER)" \