The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
27 views

Substitute reply-to, sendgrid smtp api

Is it possible to substitute reply-to option in Sendgrid SMTP Api? If yes, how can I achieve it?
1
vote
1answer
49 views

Can we trust `reply-to` to be respected

Our webapp sends out mails on behalf of its users. The header fields are set as following: HEADERFIELD MAILADDRESS NAME ------------------------------------------------ from: [our ...
1
vote
1answer
226 views

reply to email using java mail api niot working

I develop an application which send messages and reply some messages, i try sending message with gmail server and it work but when i try to reply a message , il does not succeed please can you help ...
1
vote
1answer
180 views

Will a custom email header be included in reply emails?

I am writing a C# application to send emails with custom headers. If I send an email to someone with a custom header and they reply back, will it retain that custom header in the reply back?
0
votes
1answer
114 views

To where goes bounce mails, From or Reply-to

We are having a system that sends mail on behalf of the user (the user provide his own mail address). The mails are send via our server and are set up to with our company mail address as From (as ...
0
votes
3answers
201 views

Javascript that executes in an email that can grab the subject of the current email

I am trying to create an email that requests approval. The way it currently works is that the user needs to reply to the existing email and type "APPROVE" OR "REJECT" as the first word of the body of ...
1
vote
2answers
2k views

Emails, a different 'reply to' address than sender address.

I have a contact form on a website (a general form: name, email, subject, message) in which mails are sent using google apps smtp to the admins. Currently if an administrator wants to reply to the ...
3
votes
2answers
413 views

How to track & store email replies?

Currently on our system, when a user contacts us, we reply via our admin panel. The user is then sent an email containing our message and the other messages in the conversation. Then the user has to ...
0
votes
3answers
672 views

reply to a comment via email and directly post it on the website commenting system

I have developed a website using PHP and MYSQL. The website has a commenting system through which registered users of the website can post comments on the feedback posted by different users. When a ...