With MAILTOOL v14.00 and up, you now have the ablility to override the functionality of the SNDDST or SNDSMTPEMM IBM commands to use MAILTOOL in the background!
Why is this important? Microsoft has changed their authentication requirements to use "More Secure Methods" which includes OAuth 2.0. IBM has stated they will not be updating their email clients to work with this. This can also be used with other email services such as GMail, GoDaddy, etc.
We've had requests from customers to be able to use MAILTOOL and the authentication processes available without needing to change a line of code. Well, this new version of MAILTOOL does just that!
MAILTOOL - https://www.bvstools.com/mailtool
This will require a license key for MAILTOOL.
G4MS - https://www.bvstools.com/g4ms
This will require licenses for G4MS, G4MSMAIL and GETURI
G4G - https://www.bvstools.com/g4g
This will require licenses for G4G, G4GSMAIL and GETURI
MAILTOOL Plus (built into MAILTOOL but requires separate registration.
{
"variables":[
{
"name":"send_with_server_type",
"default":"*G4MSMAIL"
},
{
"name":"debug",
"default":"*NO"
},
{
"name":"debug_file",
"default":"mailtooldebug_/%id%/.txt"
},
{
"name":"debug_smtp_file",
"default":"mailtoolsmtp_/%id%/.txt"
}
]
}
{
"variables":[
{
"name":"from_email",
"default":"you@gmail.com"
},
{
"name":"send_with_server_type",
"default":"*MAILTOOL"
},
{
"name":"mail_router",
"default":"smtp.gmail.com"
},
{
"name":"use_mail_router",
"default":"*ONLY"
},
{
"name":"perform_mx_lookup",
"default":"*NO"
},
{
"name":"use_ssl",
"default":"*TLS"
},
{
"name":"smtp_port",
"default":"587"
},
{
"name":"smtp_auth_user",
"default":"you@gmail.com"
},
{
"name":"smtp_auth_password",
"default":"[your password]"
}
]
}
Other Resources:
Contact us with any questions or concerns.