AWSBoto3SES转发带有附件的邮件-‘From’头部中的特殊字符问题
创始人
2024-09-24 00:01:11
0

处理这个问题,介绍一个经典的解决方案,即对特定字符进行编码。具体步骤为在‘From’头部中使用 Python的urllib.quote方法,将特殊字符转换为可用的编码形式。在此基础上,使用Boto3 SES API实现邮件转发功能。

以下是相应的代码示例:

import boto3
import urllib

ses = boto3.client('ses',region_name='us-west-2')

original_message = {'Subject': {'Data': 'Test'},
                    'Body': {'Text': {'Data': 'This is a test message with attachment.'}}
                   }

source = 'original.sender@example.com'
destination = 'destination@example.com'

# Perform the encoding if necessary
from_name = 'OriginalNAME '
from_encoded = urllib.quote(from_name.encode('utf-8'))

# Use the encoded string as the 'From' header
original_message['Source'] = from_encoded

# Set up the attachment, read from file and encode using base64
with open('/path/to/attachment.pdf', 'rb') as f:
    att = f.read()
    att_encoded = base64.encodestring(att)
    attachment = {'Name': 'attachment.pdf',
                  'Data': att_encoded
                 }

    # Add the attachment to the message as a MIME type
    original_message['Body']['Attachments'] = [attachment]

# Call SES to forward the email
response = ses.send_raw_email(
    Source=source,
    Destinations=destination,
    RawMessage={
        'Data': original_message
    }
)

该代码示例展示了如何使用urllib.quote方法对特殊字符进行编码,并如何将邮件附件添加到Boto3 SES API的消息中。

相关内容

热门资讯

外挂操作!约局吧作必弊脚本,p... 外挂操作!约局吧作必弊脚本,pokemmo脚本-其实真的有辅助神器(哔哩哔哩)1)约局吧作必弊脚本有...
外挂大纲!线上德州的辅助器是什... 外挂大纲!线上德州的辅助器是什么,德普之星辅助器-本来一直都是有辅助插件(哔哩哔哩)1、任何线上德州...
外挂资料!菠萝德普辅助器免费版... 外挂资料!菠萝德普辅助器免费版在哪里,约局吧开挂神器是真的吗-好像是有辅助攻略(哔哩哔哩)1、首先打...
外挂总结!德普之星私人局透视,... 您好,这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很多玩家在这款游戏中打...
外挂讲义!智星德州有脚本吗,悦... 外挂讲义!智星德州有脚本吗,悦扑克脚本-总是是真的有辅助教程(哔哩哔哩)1、每一步都需要思考,不同水...
外挂指南!佛手大菠萝13道挂哪... 外挂指南!佛手大菠萝13道挂哪里,xpoker透视辅助-其实有辅助插件(哔哩哔哩)1、佛手大菠萝13...
外挂操作!agpoker辅助,... 外挂操作!agpoker辅助,哈糖大菠萝挂-竟然一直总是有辅助软件(哔哩哔哩)1、用户打开应用后不用...
外挂积累!拱趴大菠萝万能挂,h... 外挂积累!拱趴大菠萝万能挂,hardrock透视工具-一贯存在有辅助脚本(哔哩哔哩)1、下载好拱趴大...
外挂经验!德普之星透视辅助软件... 外挂经验!德普之星透视辅助软件激活码,悦扑克脚本-其实有辅助神器(哔哩哔哩)1、游戏颠覆性的策略玩法...
外挂诀窍!德普之星透视,拱趴大... 外挂诀窍!德普之星透视,拱趴大菠萝万能辅助器-原来有辅助工具(哔哩哔哩)1、下载好拱趴大菠萝万能辅助...