Hi everyone.
I am doing an application that will need to send e-mail to multiple users. Some recipient are on Lotus Notes (within our network) and some are outside (eg. free email sites, etc).
I have had no problems with the users on our network, they are getting the emails. The problem is on the users outside our network, they never got the email.
Please share with me how you are doing this in your areas.
Following is the code that I used:
$ MAIL_LIST = "DSA213:[WKSDEV.CHARITY.MAIL]SBCON_AMKOR.DIS"
$ MAIL/SUBJECT="Error" -
DSA213:[WKSDEV.CHARY.TEST]F20060607161037.MSG;2 -
"@''MAIL_LIST'"
I am actually thinking that this might be an SMTP issue.
I am doing an application that will need to send e-mail to multiple users. Some recipient are on Lotus Notes (within our network) and some are outside (eg. free email sites, etc).
I have had no problems with the users on our network, they are getting the emails. The problem is on the users outside our network, they never got the email.
Please share with me how you are doing this in your areas.
Following is the code that I used:
$ MAIL_LIST = "DSA213:[WKSDEV.CHARITY.MAIL]SBCON_AMKOR.DIS"
$ MAIL/SUBJECT="Error" -
DSA213:[WKSDEV.CHARY.TEST]F20060607161037.MSG;2 -
"@''MAIL_LIST'"
I am actually thinking that this might be an SMTP issue.