Recently we've been getting a lot of calls about not getting email invoices, the way its always been in Opti the override email is just the username and somehow opti knew to insert the @cmsinter.net domain, our default domain. Now when I test it I have to put the domain after the username or they don't get invoices, any ideas?
Here's my log. Does appear its not inserting domain name? But it always used to, what did I screw up? 2005-06-02 15:51:53 1 NOT_DELIVERED junev CMSInter.Net LLC Invoice# 050523-0238
You would want to check your mail server logs. That simply means it was not accepted for delivery by your mail server (for whatever reason).
Well I could check the logs but I'm sure its rejecting it because there is no domain on the username, I think my snip was probably confusing because the domain name and the company name are cmsinter.net. So the email is being sent to "2005-06-02 15:51:53 1 NOT_DELIVERED junev" now like I said this "used" to work I think opti would insert the default domain name if there wasn't one, or am I crazy?
No, Optigold would never insert the domain if there wasn't one on the override email address. So if it worked at one point, it had to be the email server that was correcting it automatically.
ok, do you have an idea for a trick to add @cmsinter.net after the un if there is no domain present? And in the future can I change how it adds something to the override email field, currently it appears it just puts the UN there, can I tell opti to insert @cmsinter.net?
You can use the Replace function (under Scripts menu) to replace with a calculated result of: If (Length (Override Email Address) > 0, Override Email Address & If (PatternCount (Override Email Address, "@"), "", "@cmsinter.net"), "") Code (markup): As far as going forward, if you have it setup to automatically set the override email address to the user's login, the login would need to contain the domain.
Thanks, I would say I don't want it to set the override email address upon signup, where do I shut this off?
I'm probably looking right at it, but what option turns it off? I don't see anything under preferences/accounts.
Override Email Set To First Email Address (and the option that lets it fall back to the customer's login).