Horje
Sending e-mail using Mandrill API Code Example
Sending e-mail using Mandrill API
if({api_type} == 'mandrill' ){
	$var_config = array(
		'settings' => [
				   'gateway'       => 'mandrill',
				   'api_key'   	   => {api_key},
				   'from_email'    => {from_email},
				   'from_name'     => {from_name}
		],

		'message' => [
				   'html'          => {email_body},
				   'text'          => '',
				   'to'            => array($arr_merge),
				   'subject'       => {subject}
		]
	);
}

sc_send_mail_api($var_config);




Javascript

Related
do nonmetals lose electrons Code Example do nonmetals lose electrons Code Example
regex 'wildcard' placeholder Code Example regex 'wildcard' placeholder Code Example
throttle ajax requests Code Example throttle ajax requests Code Example
js regex to find string but not another Code Example js regex to find string but not another Code Example
validator.contains Code Example validator.contains Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8