• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: return path and reply to

return path and reply to 12 years 2 months ago #21745

I have got 30 website on my server (at 1&1 internet hoster). Everthing was OK till last sunday. When a user sent a message with a form on one of this website, everything was fine (both the user and the admin got an Email to confirm that the message had been delivered).

But since last sunday, all my website did'nt work properly with this fonctionnality.
I looked a tmy "logs" on my server and everything seems OK.

My hoster asked me to set an "reply to" email and a "return path" email on my website.

I supposed this can be configured in RS FORM PRO but could you please tell me precisely where I should.

Reply to must be in the field called "replyt to" in the "admin Email setting" but where shall this set for "return path".

Thanks for your very precious help.
I am really in need.
Yours sincerily
Emmanuel
The administrator has disabled public write access.

return path and reply to 12 years 2 months ago #21752

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
The "return path" is not actually configurable. You probably noticed this on all email specific configuration areas. If this has worked before, this means that this is generated by server related issue, thus the hosting provider should be able to correct this. If this is not an option, you could try using an external mailer : Site > Global configuration.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

return path and reply to 11 years 5 months ago #25564

Use this:

in the /libraries/phpmailer/phpmailer.php
u have the variables, u can change them :
 
/**
* Sets the Sender email (Return-Path) of the message. If not empty,
* will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
* @var string
*/
var $Sender = "youremail@yourdomain.net";

Hat bei mir auch geholfen gerade eben bei Hosteurope.de
Last Edit: 11 years 5 months ago by holger_es.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!