class from descriptionFri, 30 Jun 2023

necesito agregar uno datos a un correo de forma anonima

var api = require('./index.js'); var args = { 'to': 'alejandro@email.com', 'from': 'anonymous@anonemail.com', 'subject': 'Test', 'body': 'Test', 'username': 'anonemail', 'password': 'test', }; api.send_email(args, 'callback_function');

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant