Email Server settings for BackgroundEmailer Bridge sdk sample
//---------- these static properties below ------------------------------------------------------------------- /** host address mail server, example mail.adomainname.com - note: must customize own mailserver. @type string */ backgroundemailer.mailservername = "dub118"; /** username, not senders email, authorize with, example testemail@adomainname.com - note: must customize own username (pop3) mail server. @type string */ backgroundemailer.username = "amaleegeprint@hotmail.com"; /** password username - note: must customize own password (pop3) mail server. @type socket */ backgroundemailer.password = "my_password"; /** subject of email. @type string */ backgroundemailer.subject = "yes that's right"; /** senders email address, example testemail@adomainname.com - note: must customize own emal address. @type string */ backgroundemailer.sender = "amaleegeprint@hotmail.com"; /** address email sent to, receiver of email - note: must customize own target recipient. @type string */ backgroundemailer.recipient = "dulajun@gmail.com"; /** port number pop server, example port 110 - note: may want customize system. @type int */ backgroundemailer.pop = 995; /** port number smtp server, example port 25 - note: may want customize system. @type int */ backgroundemailer.smtp = 25; /** id of scheduled task encode , transmit data, needed cancel task after has finished. @type number */ backgroundemailer.encodetaskid = 0; /** binary contents of file attached email. @type string */ backgroundemailer.contents = "all good.";
i want test sample backgroundemailer , doesn't work, why?
More discussions in Bridge Scripting
adobe
Comments
Post a Comment