I am trying to write a script for sending an email. I use it for error reporting in my script (among other things). The problem is not all the users are working with the mail program from apple, so i need to find an other way of sending mail.
So I thought of using the osax Xmail, let my installer script put this in the ScriptingAdditions folder and use that.
It works, but still have one problem, and that’s the SMTP server. It will be send from different locations, so the IP nummer from wich the mail is send is not matching or own IP nummer, so the mail is refused.
How do i solved that, anyone have a idea? Are there providers that don’t look at the IP number or must i contact my provider to solve this problem?