SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
February 11, 2012, 11:51:22 am

Login with username, password and session length
Members
Total Members: 9906
Latest: mdebruijne
Stats
Total Posts: 27819
Total Topics: 4860
Online Today: 86
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 1
Guests: 66
Total: 67
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Were do I set/edit the email address newsletters come from ?  (Read 701 times)
endomorph
Newbie
*
Offline Offline

Posts: 24


View Profile
« on: November 28, 2010, 02:29:10 pm »

Were do I set/edit the email address newsletters come from ?
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9408


View Profile
« Reply #1 on: November 28, 2010, 02:41:32 pm »

Currently that is set by the Webmaster Email that is found under Server Settings.
Logged
endomorph
Newbie
*
Offline Offline

Posts: 24


View Profile
« Reply #2 on: November 28, 2010, 03:30:06 pm »

Thanks. If I wanted to hard code something different, would it be easy enough ?

I want to set a noreply@xxxxxxxxxxx email address as I get so many bounced emails
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9408


View Profile
« Reply #3 on: November 28, 2010, 03:48:27 pm »

I was just looking at the sendmail function of smf you can set the from parameter in the call but what it looks like it just sets the replyto not sure what it will do for bounces.

Code:
$headers = 'From: "' . $from_name . '" <' . (empty($modSettings['mail_from']) ? $webmaster_email : $modSettings['mail_from']) . '>' . $line_break;
$headers .= $from !== null ? 'Reply-To: <' . $from . '>' . $line_break : '';
$headers .= 'Return-Path: ' . (empty($modSettings['mail_from']) ? $webmaster_email : $modSettings['mail_from']) . $line_break;
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 11:47:03 am]

[Today at 09:32:34 am]

[Today at 08:49:33 am]

[Today at 08:36:58 am]

[February 10, 2012, 02:42:09 pm]

[February 10, 2012, 02:23:51 pm]

[February 10, 2012, 10:26:45 am]

by exit
[February 09, 2012, 04:47:13 pm]

[February 08, 2012, 09:09:16 pm]

[February 08, 2012, 09:11:02 am]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 0.213 seconds with 19 queries.