RE: 4DIC - Hiding the authentication username in outgoing emails

2018-07-18 Thread David Ringsmuth via 4D_Tech
David,

If you don’t have to do it through that account, you map be able to use AWS SES.

David Ringsmuth

From: David Rose via 4D_Tech
Sent: Wednesday, July 18, 2018 2:47 PM
To: 4d_tech@lists.4d.com
Cc: David Rose
Subject: 4DIC - Hiding the authentication username in outgoing emails

I posted a question on this topic a while back but didn't find a solution, so I 
am posting again...

In a 4D v15 application for Windows I want to use just one gmail account for 
authenticating all outgoing emails, but allow a variety of senders to send 
emails that are seen in the recipients' email clients as coming from the 
senders' individual accounts, not from the authentication account. I haven't 
found a way to do that. The following combination of values results in the 
SMTP_Auth username showing up as the sender in the recipient's email client:

SMTP_Auth username: auth-em...@gmail.com
SMTP_From: from-em...@gmail.com
SMTP_Sender: from-em...@gmail.com
SMTP_ReplyTo: from-em...@gmail.com

Is there a way to do this?
David

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4DIC - Hiding the authentication username in outgoing emails

2018-07-18 Thread Chuck Miller via 4D_Tech
I would think not. That probably is against google rules or any email that 
needs authentication. Think of it this way. You have a gmail account and 
authenticate but you want to send email as someone else and hide who you are. 
Sounds like spammers dream


You could send all from one email and change displays name and set a different 
reply to

Regards

Chuck

 Chuck Miller Voice: (617) 739-0306
 Informed Solutions, Inc. Fax: (617) 232-1064   
 mailto:cjmillerinformed-solutions.com 
 Brookline, MA 02446 USA Registered 4D Developer
   Providers of 4D and Sybase connectivity
  http://www.informed-solutions.com  

This message and any attached documents contain information which may be 
confidential, subject to privilege or exempt from disclosure under applicable 
law.  These materials are intended only for the use of the intended recipient. 
If you are not the intended recipient of this transmission, you are hereby 
notified that any distribution, disclosure, printing, copying, storage, 
modification or the taking of any action in reliance upon this transmission is 
strictly prohibited.  Delivery of this message to any person other than the 
intended recipient shall not compromise or waive such confidentiality, 
privilege or exemption from disclosure as to this communication. 

> On Jul 18, 2018, at 3:47 PM, David Rose via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> I posted a question on this topic a while back but didn't find a solution, so 
> I am posting again...
> 
> In a 4D v15 application for Windows I want to use just one gmail account for 
> authenticating all outgoing emails, but allow a variety of senders to send 
> emails that are seen in the recipients' email clients as coming from the 
> senders' individual accounts, not from the authentication account. I haven't 
> found a way to do that. The following combination of values results in the 
> SMTP_Auth username showing up as the sender in the recipient's email client:
> 
> SMTP_Auth username: auth-em...@gmail.com 
> SMTP_From: from-em...@gmail.com 
> SMTP_Sender: from-em...@gmail.com 
> SMTP_ReplyTo: from-em...@gmail.com 
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: 4DIC - Hiding the authentication username in outgoing emails

2018-07-18 Thread Timothy Penner via 4D_Tech
I don’t know if that is possible with Google's GMAIL service (via SMTP). Sure, 
the GMAIL website may allow you to do something similar, after going through 
some hoops to authorize the other senders, but I don’t think that same feature 
carries over to SMTP.

I think the best you can do is set the Reply-To address. This will NOT replace 
the sender, but will add a Reply-To header, triggering the email client to 
Reply-To the address specified and not the sender.

-Tim



**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**