I have written an Access program with its tables in backend odbc db online, shared with about ten ladies for keeping up with organization's membership. One important feature is the ability to send emails to any member whose "send email" box is checked. The vba routine uses old cdo code and for the most part works well. In an effort to have bounces go to the sender (rather than the organization's generic email), each user enters their home isp's email credentials (email addr., password, etc) which are then used by the cdo code. She specifies the return address, sender name, subject, attachment, etc. What happens if a user takes her laptop to her office or Starbucks? Do bounces still go to her home isp email? Or, has anyone figured out a way to get bounces to go a specified email address via cdo code? Is there any other way to provide email capabilities to users other than cdo? I also have a user with an bellsouth isp. She cannot get email to work at all. ATT tells me that even though they block port 25, there should never be a problem sending out port 465. I haven't found that to be the case, as she has tried that. I also have a user with a gmail address--she can send from home ( I assume no isp restrictions there) but cannot send at a friend's home or from her office. If can't send using home wifi/isp setup I can use phone hotspot? And, if I do, where do bounces go?
I would appreciate it if any of you experts would weigh in and help me understand what I need to know to handle these problems. Any comments will be appreciated.
I would appreciate it if any of you experts would weigh in and help me understand what I need to know to handle these problems. Any comments will be appreciated.
Last edited: