This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Just quick one about sender
#2
RE: Just quick one about sender
Hi kickoff3pm,

Well, by default Sentora uses that sender, but you can change it going to: Sentora Config > 3rd Line where it says: From Address your form have the address replace for your@domain.com make sure, it's the main domain name from your server installation configuration.

If by other mean, you want to use it on forms you can define it as this example using PHP functions:

PHP Code:
<?php
$to 
"somebody@example.com";
$subject "My subject";
$txt "Hello world!";
$headers "From: webmaster@example.com\r\n";
mail($to,$subject,$txt,$headers);
?>
'' Life is full of important choices ''
Help Sentora Donate now => http://sentora.org/donate Blush
Reply
Thanks given by: kickoff3pm


Messages In This Thread
Just quick one about sender - by kickoff3pm - 01-30-2017, 05:41 AM
RE: Just quick one about sender - by wormsunited - 04-03-2017, 11:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sender's email conflict dsapikas 15 37 ,833 05-07-2015, 08:04 AM
Last Post: apinto

Forum Jump:


Users browsing this thread: 1 Guest(s)