Deprecated: Hook custom_css_loaded is deprecated since version jetpack-13.5! Use WordPress Custom CSS instead. Jetpack no longer supports Custom CSS. Read the WordPress.org documentation to learn how to apply custom styles to your site: https://wordpress.org/documentation/article/styles-overview/#applying-custom-css in /home3/pjadv/public_html/advertisingmiami/wp-includes/functions.php on line 6078

Warning: Cannot modify header information - headers already sent by (output started at /home3/pjadv/public_html/advertisingmiami/wp-includes/functions.php:6078) in /home3/pjadv/public_html/advertisingmiami/wp-includes/feed-rss2-comments.php on line 8
Comments on: Contact Form 7 and SMTP plugin correct reply-to address http://advertisingmiami.com/advertising/contact-form-7-and-smtp-plugin-correct-reply-to-address/2048 Websites, Google Ads, TV, Radio, Print, Graphic Design Wed, 26 Oct 2016 08:12:25 +0000 hourly 1 https://wordpress.org/?v=6.5.5 By: Francisco Gonzalez http://advertisingmiami.com/advertising/contact-form-7-and-smtp-plugin-correct-reply-to-address/2048#comment-3785 Wed, 26 Oct 2016 08:12:25 +0000 http://www.advertisingmiami.com/?p=2048#comment-3785 What’s the difference between Sender, From and Return-Path?
So, over SMTP when a message is submitted, the SMTP envelope (sender, recipients, etc.) is different from the actual data of the message.

The Sender header is used to identify in the message who submitted it. This is usually the same as the From header, which is who the message is from. However, it can differ in some cases where a mail agent is sending messages on behalf of someone else.

The Return-Path header is used to indicate to the recipient (or receiving MTA) where non-delivery receipts are to be sent.

For example, take a server that allows users to send mail from a web page. So, sender@yourcompany.com types in a message and submits it. The server then sends the message to its recipient with From set to sender@yourcompany.com. The actual SMTP submission uses different credentials, something like mailagent@mywebmail.com. So, the sender header is set to mailagent@mywebmail.com, to indicate the From header doesn’t indicate who actually submitted the message.

In this case, if the message cannot be sent, it’s probably better for the agent to receive the non-delivery report, and so Return-Path would also be set to mailagent@mywebmail.com so that any delivery reports go to it instead of the sender.

If you are doing just that, a form submission to send e-mail, then this is probably a direct parallel with how you’d set the headers.

http://stackoverflow.com/questions/4367358/whats-the-difference-between-sender-from-and-return-path

]]>
By: Wellinson http://advertisingmiami.com/advertising/contact-form-7-and-smtp-plugin-correct-reply-to-address/2048#comment-767 Thu, 31 Jul 2014 20:01:11 +0000 http://www.advertisingmiami.com/?p=2048#comment-767 Tks!

]]>