ENVIAR SUBSCRIPCIÓN PREMIUM

let c_ini = require('./modulos/settings/initial/c_initial'); let datos_correo = { type : 'config-compra', nombre : 'Sonia Martel Solorzano', correos : `${'soniamartel_vcj@hotmail.com'}`, nro_tarjeta : __num_card_pipe('4912461003119669'), sub_total : '5.00', monto_igv : '0.90', importe_final : '5.90', num_emision : '23', dominio : 'colegiovcj', asunto : 'Suscripción plan premium', bcc : global.__EMAIL_SENDER }; global.__APP_BUCKET = 'https://s3.amazonaws.com/prod.smiledu.com/'; global.__SCHOOL_LINK = 'https://colegiovcj.smiledu.com'; let respuesta = await c_ini.sendMailstepComplete(datos_correo); res.send(respuesta);

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.