...
Register or Login to Your Account
I want to send an alert email by using pub.client:smtp. What is the configuration to do?
Here i am using pub.client:smtp service by providing the following input parameters. mailhost : smtp.gmail.com mailhostPort : 465 auth username & password Provided to and from, but its not working...
You should set up the Email server first, for this you need to configure outgoing Email setup Navigate through [b]IS Admin -> Settings -> Resources -> Email Notification[/b] and provide the details...default SMTP port should be 25. There is one more option to configure your Email settings if you have MWS [b]Administration -> My webMethods -> Email Servers[/b] and give SMTP host and port details here After configuring this restart your IS and try sending Email with pub.client:smtp service
Sashi_vsp, Thank you, its working with corporate email,But How can i receive email?
Akash
I want to send an alert email by using pub.client:smtp.
What is the configuration to do?
Akash
Here i am using pub.client:smtp service by providing the following input parameters.
mailhost : smtp.gmail.com
mailhostPort : 465
auth
username & password
Provided to and from, but its not working...
Sashi
You should set up the Email server first, for this you need to configure outgoing Email setup
Navigate through [b]IS Admin -> Settings -> Resources -> Email Notification[/b] and provide the details...default SMTP port should be 25.
There is one more option to configure your Email settings if you have MWS
[b]Administration -> My webMethods -> Email Servers[/b] and give SMTP host and port details here
After configuring this restart your IS and try sending Email with pub.client:smtp service
Akash
Sashi_vsp,
Thank you, its working with corporate email,But How can i receive email?